Skip to content

Commit

Permalink
One more missing
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Feb 6, 2024
1 parent 11aa603 commit 0734085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv_bench/benchmarks/io/hdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def setup(self, format):
index=date_range("20000101", periods=N, freq="h"),
)
self.df["object"] = Index([f"i-{i}" for i in range(N)], dtype=object)
self.df.to_hdf(self.fname, "df", format=format)
self.df.to_hdf(self.fname, key="df", format=format)

# Numeric df
self.df1 = self.df.copy()
Expand Down

0 comments on commit 0734085

Please sign in to comment.