We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3b2ec commit fe9ebdcCopy full SHA for fe9ebdc
tests/test_ccd.py
@@ -24,7 +24,7 @@ def hd0(v_ga):
24
)
25
assert hd0.spin_index == 1
26
assert pytest.approx(hd0.distortions[1]) == 0.0
27
- assert pytest.approx(hd0.omega_eV) == 0.03268045792725
+ assert pytest.approx(hd0.omega_eV, rel=1e-4) == 0.03268045792725
28
assert hd0.defect_band == [(138, 0, 1), (138, 1, 1)]
29
assert hd0._get_ediff(output_order="bks").shape == (216, 2, 2)
30
assert hd0._get_ediff(output_order="skb").shape == (2, 2, 216)
0 commit comments