1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-09 14:00:55 +08:00

[930] Fix typo HasingStockStorage to HashingStockStorage. (#947)

This commit is contained in:
Chia-hung Tai
2022-03-04 12:40:04 +08:00
committed by GitHub
parent ea4fb33ff2
commit 07f0d4f599
4 changed files with 10 additions and 10 deletions

View File

@@ -257,7 +257,7 @@ class DataHandler(Serializable):
selector=selector, level=level, col_set=col_set, fetch_orig=self.fetch_orig, proc_func=proc_func
)
else:
raise TypeError(f"data_storage should be pd.DataFrame|HasingStockStorage, not {type(data_storage)}")
raise TypeError(f"data_storage should be pd.DataFrame|HashingStockStorage, not {type(data_storage)}")
if squeeze:
# squeeze columns