ebachelet / pyLIMA

GNU General Public License v3.0
31 stars 8 forks source link

TypeError: differential_evolution() got an unexpected keyword argument 'atol' DE fit #18

Closed blackmanjw closed 6 years ago

blackmanjw commented 6 years ago

With a fresh install of PyLIMA I get this error when trying to run a DE fit in the first jupyter notebook example.

screen shot 2018-01-03 at 13 47 39

ebachelet commented 6 years ago

This 'atol' parameter is only available on earlier version of scipy, please give a try to a scipy update.

blackmanjw commented 6 years ago

Thanks. The perils of having multiple python installs...

0.19.1 and above seem fine.