mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-06 20:41:09 +08:00
fix bug
This commit is contained in:
@@ -433,6 +433,8 @@ class DataHandlerLP(DataHandler):
|
||||
except AttributeError:
|
||||
print("please set drop_raw = False if you want to use raw data")
|
||||
raise
|
||||
except:
|
||||
raise
|
||||
return df
|
||||
|
||||
def fetch(
|
||||
|
||||
Reference in New Issue
Block a user