IMTEK-Simulation / NuMPI

Utilities for MPI-parallel numerical calculations with Python
MIT License
2 stars 1 forks source link

LBFGS not compatible with scipy 1.5.0 #29

Closed sannant closed 4 years ago

sannant commented 4 years ago

The linesearch has been copied from

the line causing trouble is

from scipy._lib.six import xrange

in the new version they just replaced xrange by range https://github.com/scipy/scipy/blob/4c0fd79391e3b2ec2738bf85bb5dab366dcd12e4/scipy/optimize/linesearch.py#L422

So will I