Skip to content

Commit

Permalink
Update ruptures.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Jan 28, 2022
1 parent 86baad1 commit 6b019e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv_bench/benchmarks/ruptures.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ def setup(self, *args, **kwargs):
@parameterized(
["algo"], [("Binseg", "BottomUp", "Dynp", "KernelCPD", "Pelt", "Window")]
)
def time_algos(self, algo, model):
def time_algos(self, algo):
getattr(rpt, algo)().fit_predict(self.signal, pen=10)

0 comments on commit 6b019e0

Please sign in to comment.