Skip to content

Commit 4ea61fd

Browse files
committed
test without loading map
1 parent 0d14e61 commit 4ea61fd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
js.document.healpyversion.textContent = hp.__version__
2525
import matplotlib.pyplot as plt
2626
27-
m = hp.read_map(
28-
"https://healpy.github.io/pyhealpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits"
29-
)
27+
# m = hp.read_map(
28+
# "https://healpy.github.io/pyhealpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits"
29+
# )
30+
m = np.arange(12)
3031
hp.projview(m, coord=["G"], projection_type="mollweide")
3132
plt.show()
3233
`);

0 commit comments

Comments
 (0)