Skip to content

Commit 2608c40

Browse files
authored
Fix type in benchmarks/merge.py (#7235)
I don't think this affects what is displayed that is determined by param_names
1 parent e1936a9 commit 2608c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ def setup(self, existing_elements):
1313
d[f"var{i}"] = i
1414
self.dataset = xr.merge([d])
1515

16-
def time_variable_insertion(self, existin_elements):
16+
def time_variable_insertion(self, existing_elements):
1717
dataset = self.dataset
1818
dataset["new_var"] = 0

0 commit comments

Comments
 (0)