Skip to content

Commit

Permalink
remove file writing in healpix sz docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xzackli committed Aug 29, 2024
1 parent d55acfd commit 483d6ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/sz.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,7 @@ ws = [XGPaint.HealpixProfileWorkspace(nside, w0.θmin, w0.θmax,
@time XGPaint.paint!(m_hp, model, ws, interp, halo_mass, redshift, ra, dec)
Healpix.saveToFITS(m_hp, "!y.fits", typechar="D")
# Healpix.saveToFITS(m_hp, "!y.fits", typechar="D")
plot(m_hp)
```

0 comments on commit 483d6ee

Please sign in to comment.