imagepy icon indicating copy to clipboard operation
imagepy copied to clipboard

Fix: linspace accepts integer divisions only + undefined variable bug

Open CsatiZoltan opened this issue 4 years ago • 0 comments

I checked all the occurences of linspace using

grep -rn "linspace" ./

from the main directory of ImagePy. In all the cases when the third argument of linspace was float, I probed the given method in debugging mode and they indeed failed. After these corrections, the linspace issue is solved.


The other change is for an undefined variable.

CsatiZoltan avatar Feb 25 '20 13:02 CsatiZoltan