cedadev / jasmin_scivm

9 stars 0 forks source link

update numpy #177

Closed alaniwi closed 5 years ago

alaniwi commented 5 years ago

To 1.14, clean build and install, tested with simple ops working okay.

alaniwi commented 5 years ago

test_future_rcond is failing (see https://github.com/numpy/numpy/blob/977431a6355dfff2ade73f4ea1543598d26c7154/numpy/linalg/tests/test_linalg.py#L908-L924)

Getting rank == 3 even with rcond=-1.

Looks like the old behaviour has been removed. Not intending to do anything about this failure.