Skip to content

Commit

Permalink
fix: updated bike example
Browse files Browse the repository at this point in the history
  • Loading branch information
ennioVisco committed Jun 2, 2024
1 parent d397980 commit d6d577b
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 24 deletions.
112 changes: 89 additions & 23 deletions python/examples/bike.ipynb

Large diffs are not rendered by default.

Binary file added python/examples/melbourne_bikes_11_17.csv.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion python/src/moonlight/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def monitor(self, time, values, parameters=None):
- time: an array containing the trajectory timesteps
- values: a matrix containing the trajectory values
- parameters: (optional) an array containing the values
of the formula paramters
of the formula parameters
"""
monitor = self.scriptComponent
if not parameters:
Expand Down

0 comments on commit d6d577b

Please sign in to comment.