When attempting to run the NFINDR function, there is a call to scipy's _flinalg class.
volume = math.fabs(sp.linalg._flinalg.sdet_c(TestMatrix)[0])
E AttributeError: module 'scipy.linalg' has no attribute '_flinalg'
I am not certain where this function now resides, but it was functioning as of Scipy 1.10.1.
When attempting to run the NFINDR function, there is a call to scipy's _flinalg class.
E AttributeError: module 'scipy.linalg' has no attribute '_flinalg'
I am not certain where this function now resides, but it was functioning as of Scipy 1.10.1.