Closed samlipworth closed 8 months ago
Any idea what causes this?
Yep; my stupidity. I was misusing case_match()
. And I'm pretty sure order = 1
was only giving forward finite differences because the type
argument was being ignored.
This is now fixed in the GitHub version. Thanks for letting me know about this issue.
Hi There,
When following the example for derrivative_samples, using order=1 works but order =2 gives the following error:
Any idea what causes this?