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 e1936a9 commit 2608c40Copy full SHA for 2608c40
asv_bench/benchmarks/merge.py
@@ -13,6 +13,6 @@ def setup(self, existing_elements):
13
d[f"var{i}"] = i
14
self.dataset = xr.merge([d])
15
16
- def time_variable_insertion(self, existin_elements):
+ def time_variable_insertion(self, existing_elements):
17
dataset = self.dataset
18
dataset["new_var"] = 0
0 commit comments