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
When I try the example code in spectral unmixing, I get the error
`File ~\anaconda3\Lib\site-packages\pysptools\eea\nfindr.py:106 in NFINDR
volume = math.fabs(sp.linalg._flinalg.sdet_c(TestMatrix)[0])
AttributeError: module 'scipy.linalg' has no attribute '_flinalg'
`
From my superficial research it seems like pysptools uses an older version of scipy?
The text was updated successfully, but these errors were encountered:
When I try the example code in spectral unmixing, I get the error
`File ~\anaconda3\Lib\site-packages\pysptools\eea\nfindr.py:106 in NFINDR
volume = math.fabs(sp.linalg._flinalg.sdet_c(TestMatrix)[0])
AttributeError: module 'scipy.linalg' has no attribute '_flinalg'
`
From my superficial research it seems like pysptools uses an older version of scipy?
The text was updated successfully, but these errors were encountered: