Skip to content

Commit

Permalink
corrected previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
loeflerm committed Aug 22, 2024
1 parent 2727907 commit 2974c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformato/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def _copy_omm_files(self, intermediate_state_file_path: str):
omm_init_energies_submit_script_source,
omm_init_energies_submit_script_target,
)
self._write_workload_preamble(omm_simulation_submit_script_target)
self._write_workload_preamble(omm_init_energies_submit_script_target)


elif self.configuration["simulation"]["free-energy-type"] == "rbfe":
Expand Down

0 comments on commit 2974c98

Please sign in to comment.