Skip to content

Commit

Permalink
Some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahbaumann committed Dec 17, 2024
1 parent 10b65b0 commit 01d3512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfe/protocols/openmm_md/plain_md_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def run(self, *, dry=False, verbose=True,
self._assign_partial_charges(charge_settings, smc_components)

# b. get a system generator
if output_settings.forcefield_cache:
if output_settings.forcefield_cache is not None:
ffcache = shared_basepath / output_settings.forcefield_cache
else:
ffcache = None
Expand Down

0 comments on commit 01d3512

Please sign in to comment.