backends #437
backends
#437
Replies: 1 comment
|
@moorepants : I recall you mentioned something similar in one of your simulations, so I think, it is taken care of. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It seems, that backend='numpy' does not like zero initial guesses. Warnings like divide by zero or similar come up, but it continues to run.
backend='cython' does not report anything.
Is this to be expected, or is 'numpy' more 'sensitrive'?
Thanks!
All reactions