Skip to content

Commit

Permalink
Remove properties in ASE jobs test
Browse files Browse the repository at this point in the history
output.structure.properties is filled, fcc_ne_structure does not
the equality assertion is therefore false
  • Loading branch information
tpurcell90 committed Sep 27, 2024
1 parent bea7660 commit 743386f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ase/test_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def test_lennard_jones_static_maker(lj_fcc_ne_pars, fcc_ne_structure):
assert output.output.energy == pytest.approx(-0.0179726955438795)
assert output.structure.volume == pytest.approx(24.334)
assert isinstance(output, AseStructureTaskDoc)

output.structure.properties = {}
assert output.structure == fcc_ne_structure


Expand Down

0 comments on commit 743386f

Please sign in to comment.