Skip to content

Commit f216a43

Browse files
committed
typo
1 parent 47c2b5f commit f216a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/timeseries.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def setup(self):
269269
self.ts_sec_float = self.ts_sec.astype("float64")
270270

271271
self.ts_nanosec = 1_000_000 * self.ts_sec
272-
self.ts_nanosec.float = self.ts_nanosec.astype("float64")
272+
self.ts_nanosec_float = self.ts_nanosec.astype("float64")
273273

274274
# speed of int64 and float64 paths should be comparable
275275

0 commit comments

Comments
 (0)