Skip to content

Commit c1a6322

Browse files
committed
Update test_financial.py
1 parent af10590 commit c1a6322

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_financial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,6 @@ def test_npv_irr_congruence(self):
804804
([-100, 100, 0, -7], -0.0833),
805805
([-100, 100, 0, 7], 0.06206),
806806
([-5, 10.5, 1, -8, 1], 0.0886),
807-
([-10000, 4000, 200, 6800, -1000, 40000, -30000, -10000], 0.0000),
808807
],
809808
)
810809
def test_basic_values(self, v, desired):

0 commit comments

Comments
 (0)