Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Aug 10, 2023
1 parent a213e8c commit c715624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_eos.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ def test_PhononCalc(Li2O, LiFePO4, M3GNetUPCalc):

results = list(pcalc.calc_many([Li2O, LiFePO4]))
assert len(results) == 2
assert results[1]["bulk_modulus"] == pytest.approx(60.083101510774476, 1e-2)
assert results[1]["bulk_modulus"] == pytest.approx(51.70659653126171, 1e-2)

0 comments on commit c715624

Please sign in to comment.