You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@peterkennedy Thanks for the bug report. It is now fixed. I will put out a bug-fix release (0.16.1) in a week or so. In the mean time, you can install the current code by either downloading and installing a zipfile of the current code from the project page on GitHub or - if you are using pip - you can install the current code like this:
For version 0.16.0:
In algorithms.py, line 97, the 'numpy' module name is missing from the call to not_equal:
File "F:\conda\lib\site-packages\spectral\algorithms\algorithms.py", line 97, in init
self.mask = not_equal(mask, 0)
NameError: global name 'not_equal' is not defined
The text was updated successfully, but these errors were encountered: