Skip to content

Commit

Permalink
debug failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahbaumann committed Dec 20, 2024
1 parent 22f9b79 commit d1d1b04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openfe/tests/protocols/test_openmm_septop.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,8 @@ def test_unit_tagging(benzene_toluene_dag, tmpdir):
solv_repeats = set()
complex_repeats = set()
for ret in results:
print(ret)
print(ret.outputs)
assert isinstance(ret, gufe.ProtocolUnitResult)
assert ret.outputs['generation'] == 0
if ret.outputs['simtype'] == 'complex':
Expand Down

0 comments on commit d1d1b04

Please sign in to comment.