You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removing simdt and replacing dt = 0.1 by dt = 0.01 makes things work, but the generated data looks very different compared to the pre-generated figures
similar issue with 1.2 Finite Difference: Second Order as above
examples/1_basic_tutorial.ipynb
:x.shape == (400,)
instead ofx.shape == (401,)
1.2 Finite Difference: Second Order
, I suppose thatsecond_order
should be called instead offirst_order
examples/2a_optimizing_parameters_with_dxdt_known.ipynb
:simdt
as in Issues when running tests #13simdt
and replacingdt = 0.1
bydt = 0.01
makes things work, but the generated data looks very different compared to the pre-generated figures1.2 Finite Difference: Second Order
as aboveexamples/2b_optimizing_parameters_with_dxdt_unknown.ipynb
:2a
example(This is related to my JOSS review: openjournals/joss-reviews#4078)
The text was updated successfully, but these errors were encountered: