Skip to content

Commit

Permalink
addressed call error
Browse files Browse the repository at this point in the history
  • Loading branch information
jaadt7 committed Feb 10, 2025
1 parent 38e14f4 commit 6a162e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lvlspy/calculate/isomer.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def ensemble_weights(t, sp, level_low=0, level_high=1):

# get the cascade probabilities
# gammas structure = [g1_in, g2_in, g1_out, g2_out]
gammas = ensemble_weights(t, sp, level_low, level_high)
gammas = cascade_probabilities(t, sp, level_low, level_high)

for i in range(n - 2):
r_lowk[i] = eq_prob[i + 2] / eq_prob[level_low]
Expand Down

0 comments on commit 6a162e1

Please sign in to comment.