Skip to content

Commit

Permalink
fixed comment order
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Jun 2, 2024
1 parent f0f815b commit ae05c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roboquant/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def run(
Args:
feed: The feed to use for this run
strategy: Your strategy that you want to use
journal: Journal to use to log and/or store progress and metrics, default is None
broker: The broker you want to use. If None is specified, the `SimBroker` will be used with its default settings
journal: Journal to use to log and/or store progress and metrics, default is None.
timeframe: Optionally limit the run to events within this timeframe. The default is None
capacity: The max capacity of the used event channel. Default is 10 events.
heartbeat_timeout: Optionally, a heartbeat (is an empty event) will be generated if no other events are received
Expand Down

0 comments on commit ae05c7d

Please sign in to comment.