Skip to content

Commit

Permalink
exclude new quantities from axis limit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dudt committed Aug 26, 2024
1 parent a696633 commit 21fcf3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_axis_limits.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
# d²ψ/(dρ)² and 𝜕√𝑔/𝜕𝜌 are both finite nonzero at the magnetic axis.
# Also, dⁿψ/(dρ)ⁿ for n > 3 is assumed zero everywhere.
zero_limits = {"rho", "psi", "psi_r", "e_theta", "sqrt(g)", "B_t"}
# "current Redl" and "P_ISS04" need special treatment because they are not defined for
# all configurations (giving NaN values)
not_continuous_limits = {"current Redl", "P_ISS04"}
# These compute quantities require kinetic profiles, which are not defined for all
# configurations (giving NaN values)
not_continuous_limits = {"current Redl", "P_ISS04", "P_fusion", "<sigma*nu>"}
not_finite_limits = {
"D_Mercier",
"D_geodesic",
Expand Down

0 comments on commit 21fcf3f

Please sign in to comment.