Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiyan66 committed Feb 17, 2020
1 parent 89afeaa commit 5db2332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_numpy_interoperability.py
Original file line number Diff line number Diff line change
Expand Up @@ -2478,7 +2478,7 @@ def _add_workload_ndim():


def _add_workload_npv():
rate, cashflows = 0.08, np.array([-40_000, 5_000, 8_000, 12_000, 30_000])
rate, cashflows = 0.281, np.array([-100, 39, 59, 55, 20])
OpArgMngr.add_workload('npv', rate, cashflows)


Expand Down

0 comments on commit 5db2332

Please sign in to comment.