Skip to content

Commit

Permalink
Update workflow.rst
Browse files Browse the repository at this point in the history
remove 空格 before module_path, kwargs, etc, otherwise, yaml parser will report error: ruamel.yaml.scanner.ScannerError: mapping values are not allowed here
  • Loading branch information
xiaowuhu authored and you-n-g committed Jul 6, 2021
1 parent 7ca9cf7 commit 1cb43ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/component/workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ Below is a typical config file of ``qrun``.
test: [2017-01-01, 2020-08-01]
record:
- class: SignalRecord
module_path: qlib.workflow.record_temp
kwargs: {}
module_path: qlib.workflow.record_temp
kwargs: {}
- class: PortAnaRecord
module_path: qlib.workflow.record_temp
kwargs:
config: *port_analysis_config
module_path: qlib.workflow.record_temp
kwargs:
config: *port_analysis_config
After saving the config into `configuration.yaml`, users could start the workflow and test their ideas with a single command below.

Expand Down

0 comments on commit 1cb43ea

Please sign in to comment.