Skip to content

Commit

Permalink
update notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavesmontero committed Aug 27, 2024
1 parent 8b1f24e commit 4d2acdc
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions notebooks/Tutorial_bookkeeping.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,6 @@
# %%time
pedersen21_archive = GadgetArchive(postproc='Pedersen21')

# %%
pedersen21_archive.data[0]["dkms_dMpc"]

# %%
cen = pedersen21_archive.get_testing_data("mpg_central")

# %%
import numpy as np

# %%
for ii in range(len(cen)):
# print(cen[ii]["z"], np.log10(4/cen[ii]["dkms_dMpc"]))
print(cen[ii]["z"], 4/cen[ii]["dkms_dMpc"])

# %%
10**-1.5

# %%
# %%time
cabayol23_archive = GadgetArchive(postproc='Cabayol23')
Expand Down

0 comments on commit 4d2acdc

Please sign in to comment.