We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d616b commit 0a80458Copy full SHA for 0a80458
benchmarks/benchmarks.py
@@ -6,7 +6,7 @@ class Npv1DCashflow:
6
7
param_names = ["cashflow_length"]
8
params = [
9
- (10, 100, 1000),
+ (1, 10, 100, 1000),
10
]
11
12
def __init__(self):
@@ -24,8 +24,8 @@ class Npv2DCashflows:
24
25
param_names = ["n_cashflows", "cashflow_lengths"]
26
27
28
29
30
31
0 commit comments