uncertainties icon indicating copy to clipboard operation
uncertainties copied to clipboard

unumpy.ulinalg.pinv() doesn't do all that numpy.linalg.pinv()does

Open lebigot opened this issue 6 years ago • 0 comments
trafficstars

  1. NumPy 1.17 introduced a new argument in numpy.linalg.pinv(). It would be better if uncertainties knew how to handle it (instead of refusing to use it).

  2. NumPy 1.14 made numpy.pinv() handle "stacks" of matrices. Does unumpy.ulinalg.pinv() correctly handle them? (Not tested)

lebigot avatar Aug 04 '19 19:08 lebigot