We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8592fd commit 2f5a3a1Copy full SHA for 2f5a3a1
tests/forcefields/test_jobs.py
@@ -647,7 +647,7 @@ def test_matpes_relax_makers(
647
resp = run_locally(job)
648
output = resp[job.uuid][1].output
649
650
- assert isinstance(output, ForceFieldTaskDocument)
+ assert isinstance(output, ForceFieldStructureTaskDocument)
651
652
ref = refs[ref_func]
653
assert output.output.energy == approx(ref["energy"])
0 commit comments