Commit 7c6a4314 authored by Dr.李's avatar Dr.李

fixed when dates is none

parent 344ddcd4
......@@ -380,7 +380,6 @@ class SqlEngine(object):
benchmark: int = None,
risk_model: str = 'short') -> Dict[str, pd.DataFrame]:
dates = sorted(dates)
total_data = {}
factor_data = self.fetch_factor_range(universe, factors, start_date, end_date, dates)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment