Conversation
| " # 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.
| " 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. |
|
@smondal13 Should we close this PR? Did we move the example to somewhere else? If yes, just post the other PR link here, and we will close. |
No, we did not move the example anywhere. But I can close the PR |


No description provided.