From 0536672ae67be15a7e538e86f539847b9843bdea Mon Sep 17 00:00:00 2001 From: Huoran Li Date: Mon, 25 Jul 2022 15:50:46 +0800 Subject: [PATCH] Modify data path --- qlib/rl/order_execution/tests/test_simulator_qlib.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qlib/rl/order_execution/tests/test_simulator_qlib.py b/qlib/rl/order_execution/tests/test_simulator_qlib.py index bd706a2ea..532f095e9 100644 --- a/qlib/rl/order_execution/tests/test_simulator_qlib.py +++ b/qlib/rl/order_execution/tests/test_simulator_qlib.py @@ -45,9 +45,9 @@ def get_simulator(order: Order) -> SingleAssetQlibSimulator: # fmt: off qlib_config = { - "provider_uri_day": Path("C:/workspace/NeuTrader/data_sample/cn/qlib_amc_1d"), - "provider_uri_1min": Path("C:/workspace/NeuTrader/data_sample/cn/qlib_amc_1min"), - "feature_root_dir": Path("C:/workspace/NeuTrader/data_sample/cn/qlib_amc_handler_stock"), + "provider_uri_day": Path("./data/cn/qlib_amc_1d"), + "provider_uri_1min": Path("./data/cn/qlib_amc_1min"), + "feature_root_dir": Path("./data/cn/qlib_amc_handler_stock"), "feature_columns_today": [ "$open", "$high", "$low", "$close", "$vwap", "$bid", "$ask", "$volume", "$bidV", "$bidV1", "$bidV3", "$bidV5", "$askV", "$askV1", "$askV3", "$askV5",