Skip to content

Commit 96f9e70

Browse files
committed
TST: Fix (flaky?) test on Windows
1 parent 5b533be commit 96f9e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy_financial/tests/test_financial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ def test_npv_irr_congruence(self):
760760
assert_allclose(
761761
npf.npv(npf.irr(cashflows), cashflows),
762762
0,
763-
atol=1e-10,
763+
atol=1e-9,
764764
rtol=0,
765765
)
766766

0 commit comments

Comments
 (0)