1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-06 04:20:57 +08:00

fix_download_data_for_CI

This commit is contained in:
Linlang Lv (iSoftStone)
2022-03-24 22:07:30 +08:00
committed by you-n-g
parent 30e457119c
commit 5200ff520a
6 changed files with 5 additions and 14 deletions

View File

@@ -28,7 +28,6 @@ class Signal(metaclass=abc.ABCMeta):
Union[pd.Series, pd.DataFrame, None]:
returns None if no signal in the specific day
"""
...
class SignalWCache(Signal):