Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
lihuoran committed Aug 19, 2021
1 parent 34bb16c commit dc2d607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maro/data_lib/cim/cim_data_container_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ def data_from_generator(config_path: str, max_tick: int, start_tick: int = 0,
config_path(str): Path of configuration file (yaml).
max_tick (int): Max tick to generate data.
start_tick(int): Start tick to generate data.
topology_seed(int): Random seed for generating routes. 'None' means using the seed in the configuration file.
topology_seed(int): Random seed of the business engine. \
'None' means using the seed in the configuration file.
Returns:
CimSyntheticDataContainer: Data container used to provide cim data related interfaces.
Expand Down

0 comments on commit dc2d607

Please sign in to comment.