Skip to content

Commit

Permalink
Minor check
Browse files Browse the repository at this point in the history
  • Loading branch information
correac committed Nov 24, 2023
1 parent d98234c commit 84605ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colibre/scripts/stellar_abundances.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def make_hist(x, y, cut, xi, yi):

# Create a histogram
h, xedges, yedges = np.histogram2d(
x[selection], y[selection], bins=(xi, yi), normed=True
x[selection], y[selection], bins=(xi, yi), density=True
)

return h, xedges, yedges
Expand Down

0 comments on commit 84605ff

Please sign in to comment.