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
With the latest 0.12.0/0.12.1 release we run into a strange issue that seems totally unrelated that depends on the order of the imports of the lmfit and adaptive:
With the latest 0.12.0/0.12.1 release we run into a strange issue that seems totally unrelated that depends on the order of the imports of the
lmfit
andadaptive
:The following fails:
throwing
BUT this seems to work fine:
Any idea what is happening? This fails on python 3.7 and also on python 3.8 (on the readthedocs.com)
The text was updated successfully, but these errors were encountered: