Skip to content

Commit

Permalink
Update proto pytest.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Apr 16, 2024
1 parent 3c0cefe commit edf40f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jarvis/tests/testfiles/core/test_composition.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ def test_comp():
cc.reduced_formula,
round(cc.weight, 4),
cc.to_dict(),
) == ("AB2", "Li2O4", "LiO2", 77.8796, comp)
) == ("A2B", "Li2O4", "LiO2", 77.8796, comp)
# ) == ("AB2", "Li2O4", "LiO2", 77.8796, comp)
c = Composition.from_string("Al2O3Al5Co6O1")
td = c.to_dict()
fd = Composition.from_dict(td)
Expand Down

0 comments on commit edf40f4

Please sign in to comment.