Skip to content

Commit 4d01933

Browse files
committed
Reduce max number iter tested for HEALPix to reduce test times
1 parent 5c951df commit 4d01933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_spherical_precompute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
reality_to_test = [True, False]
2424
methods_to_test = ["numpy", "jax", "torch"]
2525
recursions_to_test = ["price-mcewen", "risbo", "auto"]
26-
iter_to_test = [0, 3]
26+
iter_to_test = [0, 1]
2727

2828

2929
@pytest.mark.parametrize("L", L_to_test)

0 commit comments

Comments
 (0)