Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Aug 14, 2024
1 parent 5c09bb9 commit de8c8ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beast/physicsmodel/grid_and_prior_weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ def compute_age_mass_metallicity_weights(
cur_masses = _tgrid_single_age["M_ini"]
mass_grid_weights = compute_mass_grid_weights(cur_masses)
mass_prior_weights = mass_prior(cur_masses)

else:
# must be a single mass for this age,z combination
# set mass weight to zero to remove this point from the grid
Expand Down

0 comments on commit de8c8ae

Please sign in to comment.