Skip to content

Commit

Permalink
Removed normalization printing.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Oct 13, 2024
1 parent 4d10450 commit 7caaf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/inferred_zdist_generators.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ d_y1 = pd.concat(
"dndz": Pz.dndz,
"bin": Pz.bin_name,
"measurement": list(Pz.measurements)[0],
"legend": f"{Pz.bin_name}, {len(Pz.z)}, {np.trapezoid(Pz.dndz, Pz.z):.2f}",
"legend": f"{Pz.bin_name}, {len(Pz.z)}",
}
)
for Pz in all_y1_bins
Expand Down

0 comments on commit 7caaf0f

Please sign in to comment.