Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriedman22 committed Oct 9, 2024
1 parent 713a7b0 commit 18042b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ensemble_md/tests/test_replica_exchange_EE.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def test_set_params_mtrexee(self, params_dict):
params_dict['resname_list'] = ['A', 'B']
REXEE = get_REXEE_instance(params_dict)
assert REXEE.modify_coords_fn.__name__ == 'default_coords_fn'

@patch('ensemble_md.replica_exchange_EE.subprocess.run')
@patch('builtins.print')
def test_check_gmx_executable(self, mock_print, mock_run, params_dict):
Expand Down

0 comments on commit 18042b5

Please sign in to comment.