Skip to content
Snippets Groups Projects
Commit 7462d5f9 authored by Gordian Edenhofer's avatar Gordian Edenhofer
Browse files

Fix healpy optional dep in test_re

parent c4875ae3
No related branches found
No related tags found
1 merge request!976Remove jax version constraint as recent version works again
......@@ -12,7 +12,7 @@ RUN pip3 install --break-system-packages \
# Packages needed for NIFTy
scipy \
# Optional nifty dependencies
matplotlib h5py astropy ducc0 jax jaxlib jaxbind mpi4py \
matplotlib h5py astropy ducc0 jax jaxlib jaxbind mpi4py healpy \
# Testing dependencies
pytest pytest-cov pytest-xdist \
# Documentation build dependencies
......
......@@ -64,6 +64,7 @@ test = [
"pytest-xdist",
"ducc0",
"nifty8[re]",
"nifty8[util]",
]
all = ["nifty8[re,native,parallel,doc,util,test]"]
......
......@@ -15,6 +15,8 @@ from numpy.testing import assert_allclose, assert_array_equal
import nifty8.re as jft
pytest.importorskip("healpy")
jax.config.update("jax_enable_x64", True)
pmp = pytest.mark.parametrize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment