mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-10 14:26:56 +08:00
update tests && fix typo
This commit is contained in:
@@ -313,7 +313,7 @@ class YahooCollectorUS(YahooCollector):
|
||||
|
||||
def get_stock_list(self):
|
||||
logger.info("get US stock symbols......")
|
||||
symbols = get_us_stock_symbols(qlib_data_path="/data1/data/yahoo_staock_data/backup/us_1d_qlib") + [
|
||||
symbols = get_us_stock_symbols() + [
|
||||
"^GSPC",
|
||||
"^NDX",
|
||||
"^DJI",
|
||||
|
||||
Reference in New Issue
Block a user