Skip to content

Commit

Permalink
arbitrarily take the last trajectory step in pcm opt test
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags committed Aug 30, 2023
1 parent 51e456a commit b050928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openff/qcsubmit/tests/test_submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ def test_optimization_submissions_with_pcm(fulltest_client):
assert record.status == RecordStatusEnum.complete
assert record.error is None
assert len(record.trajectory) > 1
result = record.trajectory
result = record.trajectory[-1]

## Real Problems (TM) begin here:
assert "SCF DIPOLE" in result.properties.keys()
Expand Down

0 comments on commit b050928

Please sign in to comment.