-
Notifications
You must be signed in to change notification settings - Fork 6
Added a new linear system example #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
linear-system.ipynb
Outdated
| " # Update time discretization\n", | ||
| " time = self.data['t']\n", | ||
| " m.t.update((min(time), max(time)))\n", | ||
| " m.t.update(time)\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| " m.t.update(time)\n", | |
| " m.t.update(time)\n", | |
| " m.t.set_changed(True)\n", |
This should fix the issue you noted on Slack
|
@djlaky We can merge this on Monday (or after you take a look) |
|
@smondal13 May I get your help converting new notebook into a standalone example? I would like it to serve as an easy way to learning both |
|
@adowling2 I will look into it. |
This looks good. Good to know for our examples. |


No description provided.