Skip to content

Commit

Permalink
Update detailed_workflow.ipynb (microsoft#1084)
Browse files Browse the repository at this point in the history
time_per_step bug.
  • Loading branch information
ChiahungTai authored May 3, 2022
1 parent 53e4b68 commit 261a247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tutorial/detailed_workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -967,10 +967,10 @@
"###################################\n",
"port_analysis_config = {\n",
" \"executor\": {\n",
" \"time_per_step\"\n",
" \"class\": \"SimulatorExecutor\",\n",
" \"module_path\": \"qlib.backtest.executor\",\n",
" \"kwargs\": {: \"day\",\n",
" \"kwargs\": {\n",
" \"time_per_step\": \"day\",\n",
" \"generate_portfolio_metrics\": True,\n",
" },\n",
" },\n",
Expand Down

0 comments on commit 261a247

Please sign in to comment.