Skip to content

Commit

Permalink
chore: updated docstring in db emitter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Dec 1, 2023
1 parent ae4aadd commit 743aafb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions process_bigraph/emitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ def __init__(self, config: Dict[str, Any]) -> None:
(on Mac):
`mongod --config /opt/homebrew/etc/mongod.conf --fork`
TODO: Automate this process for the user in builder
"""
super().__init__(config)
self.experiment_id = config.get('experiment_id')
Expand Down
2 changes: 1 addition & 1 deletion process_bigraph/experiments/smoldyn_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
7. This process is repeated `N` times.
8. The user queries the vast database based on simulation run id.
Currently, this emitter works with MongoDB. TODO: include dbTypes
Currently, this emitter works with MongoDB. TODO: more include dbTypes
"""


0 comments on commit 743aafb

Please sign in to comment.