Closed sannant closed 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
The linesearch has been copied from
the line causing trouble is
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