alexfikl / pycaputo

Evaluate fractional integrals and solve fractional ODEs.
https://pycaputo.readthedocs.io
3 stars 1 forks source link

Fix weighted Euler results with Lorenz #19

Closed alexfikl closed 10 months ago

alexfikl commented 1 year ago

Does not seem to give the limit cycle for theta=0.5 but it does for theta=1.0 (forward Euler).

Fixes #38.

alexfikl commented 10 months ago

Fixed by 6780725.

This seems to have been an issue with the chosen parameters. Changed to using a better reference and it seems to work nicely.