Creating the i2e/e2i functions before checking if bounds=None causes an error if no bounds are passed. Need to move these lines below the sanity checks.
I think in line 239 leastsqbound should be leastsq or you end up in a loop.
Perhaps the test script should include the unbound case?
Creating the i2e/e2i functions before checking if bounds=None causes an error if no bounds are passed. Need to move these lines below the sanity checks.
I think in line 239 leastsqbound should be leastsq or you end up in a loop.
Perhaps the test script should include the unbound case?