Skip to content

Commit a848876

Browse files
committed
indent
1 parent bfaac5a commit a848876

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
import numpy as np
2626
2727
import matplotlib.pyplot as plt
28-
from pyodide.http import pyfetch
29-
response = await pyfetch("https://healpy.github.io/pyhealpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits.zip")
30-
await response.unpack_archive()
28+
from pyodide.http import pyfetch
29+
response = await pyfetch("https://healpy.github.io/pyhealpy/test/data/wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits.zip")
30+
await response.unpack_archive()
3131
m = hp.read_map(
3232
"wmap_band_iqumap_r9_7yr_W_v4_udgraded32_masked_smoothed10deg_fortran.fits"
3333
)

0 commit comments

Comments
 (0)