Skip to content

Commit

Permalink
Update decayproducts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Dec 9, 2024
1 parent cd2175e commit 72e44bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artistools/gsinetwork/decayproducts.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def main(args: argparse.Namespace | None = None, argsraw: Sequence[str] | None =

# get beta decay data
nuc_data = get_nuc_data(nuc_dataset)
assert nuc_data.height == nuc_data.unique(("Z", "A")).height

# set timesteps logarithmically
log_t_compar_min_s = np.log10(t_compar_min_d)
Expand Down

0 comments on commit 72e44bc

Please sign in to comment.