ebachelet / pyLIMA

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

TypeError: differential_evolution() got an unexpected keyword argument 'workers' #35

Closed lisadang27 closed 5 years ago

lisadang27 commented 5 years ago

Hello, I just installed pyLIMA a couple of days ago and am running the examples for the first time. I get the following error TypeError: differential_evolution() got an unexpected keyword argument 'workers'

screen shot 2019-02-04 at 1 07 35 pm
kswnin commented 5 years ago

Check your scipy version number using: print(scipy.version)

"workers" was introduced in 1.2.0!

ebachelet commented 5 years ago

Yes, this will be implemented in the requirements.txt. Thanks for the spotting @lisadang27 and for the help @kswnin .I think we can close it now.