Skip to content

Commit 246d684

Browse files
committed
Minor fix.
1 parent a0de308 commit 246d684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atomate/vasp/firetasks/tests/test_polarization_to_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_polarizationtodb(self):
6060
# Check recovered change in polarization
6161
coll = self.get_task_collection("polarization_tasks")
6262
d = coll.find_one()
63-
self.assertAlmostEqual(d['polarization_change_norm'], 46.288752795325244)
63+
self.assertAlmostEqual(d['polarization_change_norm'], 46.288752795325244, 5)
6464

6565

6666

0 commit comments

Comments
 (0)