facebookresearch / fmmax

Fourier modal method with Jax
MIT License
95 stars 9 forks source link

Broken tests due to new numpy version #122

Closed mfschubert closed 2 months ago

mfschubert commented 2 months ago

Some tests depend upon autograd-backed grcwa, which have started failing due to changes in numpy. It seems autograd will not be updated to address the issue. https://github.com/HIPS/autograd/pull/618

We should perhaps set up CI so that autograd-dependent tests run using a pinned version of numpy.

agriyakhetarpal commented 3 weeks ago

Hi there, we released a new version of Autograd: https://github.com/HIPS/autograd/releases/tag/v1.7.0, which includes NumPy v2 support. It will be available via PyPI later in the day.