Skip to content

Commit

Permalink
CLN: fix solve_potts_approx benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
qwhelan committed Dec 20, 2018
1 parent 75703fb commit 62a8d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/step_detect.py
Expand Up @@ -17,4 +17,4 @@ def time_detect_regressions(self):
step_detect.detect_regressions(self.y)

def time_solve_potts_approx(self):
step_detect.solve_potts_approx(self.y, 0.3, p=1)
step_detect.solve_potts_approx(self.y, [1] * len(self.y), gamma=0.3)

0 comments on commit 62a8d63

Please sign in to comment.