1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +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

@@ -95,7 +95,7 @@ class TestHandlerStorage(TestAutoData):
fetch_stocks = [instruments[_index] for _index in random_indexs]
data_handler.fetch(selector=(fetch_stocks, slice(fetch_start_time, fetch_end_time)), level=None)
with TimeInspector.logt("random fetch with HasingStock Storage"):
with TimeInspector.logt("random fetch with HashingStock Storage"):
# single stock
for i in range(100):