New nightly test failure for NumPy 2.3.0dev0 on 08/01/2024 #671
Labels
bug
This item is a bug that needs to be investigated or fixed
help wanted
Help on this item is much appreciated
The traceback is as follows:
Also reported in CI: https://github.com/HIPS/autograd/actions/runs/12663833691/job/35291033097
What I understand is that NumPy changed a type promotion rule recently, and I tried to check in case any of our VJP safeguards around it are missing, but I haven't been able to find the cause so far.
All types are being converted to
float64
, rather than being preserved. Yesterday's CI passed, so it could be numpy/numpy#27901 or numpy/numpy#28118, but I don't see how, yet.The text was updated successfully, but these errors were encountered: