Skip to content

Commit ad05df6

Browse files
committed
full url
1 parent aab0300 commit ad05df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import matplotlib.pyplot as plt
2525
2626
m = hp.read_map(
27-
"test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits"
27+
"https://healpy.github.io/pyhealpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits"
2828
)
2929
hp.projview(m, coord=["G"], projection_type="mollweide")
3030
plt.show()

0 commit comments

Comments
 (0)