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 a0de308 commit 246d684Copy full SHA for 246d684
atomate/vasp/firetasks/tests/test_polarization_to_db.py
@@ -60,7 +60,7 @@ def test_polarizationtodb(self):
60
# Check recovered change in polarization
61
coll = self.get_task_collection("polarization_tasks")
62
d = coll.find_one()
63
- self.assertAlmostEqual(d['polarization_change_norm'], 46.288752795325244)
+ self.assertAlmostEqual(d['polarization_change_norm'], 46.288752795325244, 5)
64
65
66
0 commit comments