Skip to content

Commit

Permalink
Tests cases should not return a value
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jun 7, 2024
1 parent e249c72 commit 84ecd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/medium_test_sites_from_simulation_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def test_sites_from_simulation_data(self):
if(n_good >= n_good_thresh):
print("total energy", sd.get_bd().get_scoring_function().evaluate(False), end=' ')
print("predr", sd.get_scoring().get_predicates_pair_restraint().evaluate(False), end=' ')
return True
return
if fast:
print("Failed to glue particles after %d iterations x %d opt frames (total %.3f ns)" \
% (n_iter, opt_cycles_frames, opt_cycles_ns*n_iter))
Expand Down

0 comments on commit 84ecd28

Please sign in to comment.