Skip to content

Commit b83aef6

Browse files
OckenfussPaul Ockenfuss
and
Paul Ockenfuss
authored
Fix Typo in Bfill benchmark (#9087)
Co-authored-by: Paul Ockenfuss <[email protected]>
1 parent 247305f commit b83aef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/dataarray_missing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def time_ffill(self, shape, chunks, limit):
6666
),
6767
)
6868
def time_bfill(self, shape, chunks, limit):
69-
actual = self.da.ffill(dim="time", limit=limit)
69+
actual = self.da.bfill(dim="time", limit=limit)
7070

7171
if chunks is not None:
7272
actual = actual.compute()

0 commit comments

Comments
 (0)