Closed panizolledotangel closed 1 month ago
Hi i have remove the call to np.asfarray as it was deprecated in version 2.0 of Numpy. I have change it to np.asarray with a dtype np.float64 which does the same and is compatible with the new version.
Thanks, @panizolledotangel !
Hi i have remove the call to np.asfarray as it was deprecated in version 2.0 of Numpy. I have change it to np.asarray with a dtype np.float64 which does the same and is compatible with the new version.