Skip to content

Commit

Permalink
Fix running giese_testing2.py without Giese code
Browse files Browse the repository at this point in the history
  • Loading branch information
AgenttiX committed Nov 29, 2024
1 parent 113bcb3 commit f01f7bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/giese_testing2.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ def main():
print("alpha_theta_bar_n_giese", alpha_theta_bar_n)
else:
alpha_theta_bar_n = alpha_n

# If the Giese code has not been loaded
if kappaNuMuModel is None:
continue

kappa, v, w, xi, mode = kappaNuMuModel(
cs2s=model.cs2(model.w_crit, Phase.SYMMETRIC),
cs2b=model.cs2(model.w_crit, Phase.BROKEN),
Expand Down

0 comments on commit f01f7bf

Please sign in to comment.