Skip to content

Commit

Permalink
fix bugs, fix wrong attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
hadrianl committed Dec 17, 2020
1 parent f59ed4d commit 0df28c6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file added qlib/data/_libs/expanding.cp36-win_amd64.pyd
Binary file not shown.
Binary file added qlib/data/_libs/expanding.cp38-win_amd64.pyd
Binary file not shown.
Binary file added qlib/data/_libs/rolling.cp36-win_amd64.pyd
Binary file not shown.
Binary file added qlib/data/_libs/rolling.cp38-win_amd64.pyd
Binary file not shown.
2 changes: 1 addition & 1 deletion qlib/data/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ def register_all_wrappers():
if getattr(C, "calendar_cache", None) is not None:
_calendar_provider = init_instance_by_config(C.calendar_cache, module, provide=_calendar_provider)
register_wrapper(Cal, _calendar_provider, "qlib.data")
logger.debug(f"registering Cal {C.calendar_provider}-{C.calenar_cache}")
logger.debug(f"registering Cal {C.calendar_provider}-{C.calendar_cache}")

register_wrapper(Inst, C.instrument_provider, "qlib.data")
logger.debug(f"registering Inst {C.instrument_provider}")
Expand Down

0 comments on commit 0df28c6

Please sign in to comment.