Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
NIFTy
Commits
7462d5f9
Commit
7462d5f9
authored
3 months ago
by
Gordian Edenhofer
Browse files
Options
Downloads
Patches
Plain Diff
Fix healpy optional dep in test_re
parent
c4875ae3
No related branches found
No related tags found
1 merge request
!976
Remove jax version constraint as recent version works again
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
pyproject.toml
+1
-0
1 addition, 0 deletions
pyproject.toml
test/test_re/test_refine_healpix.py
+2
-0
2 additions, 0 deletions
test/test_re/test_refine_healpix.py
with
4 additions
and
1 deletion
Dockerfile
+
1
−
1
View file @
7462d5f9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
0
View file @
7462d5f9
...
...
@@ -64,6 +64,7 @@ test = [
"pytest-xdist"
,
"ducc0"
,
"nifty8[re]"
,
"nifty8[util]"
,
]
all
=
[
"nifty8[re,native,parallel,doc,util,test]"
]
...
...
This diff is collapsed.
Click to expand it.
test/test_re/test_refine_healpix.py
+
2
−
0
View file @
7462d5f9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment