Skip to content

Commit

Permalink
remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishp25 committed Apr 5, 2020
1 parent b6768e8 commit 49513ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv_benchmarks/benchmarks/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def time_variance(self, numba_flag):

class CircStd:
params = (True, False)
param_names = "Numba",
param_names = "Numba"

def setup(self, numba_flag):
self.data = np.random.randn(10000, 1000)
Expand Down

0 comments on commit 49513ce

Please sign in to comment.