Partial NumPy 1.17 fix
Starting with NumPy 1.17, numpy.linalg.pinv
has a None __defaults__
attribute, for which the code made no provision. This is fixed.
Starting with NumPy 1.17, numpy.linalg.pinv
has a None __defaults__
attribute, for which the code made no provision. This is fixed.