Skip to content

Commit

Permalink
default for SWXDM now frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkaplantest committed Aug 15, 2024
1 parent b371a24 commit a594053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pint/models/solar_wind_dispersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ def d_opposition_solar_wind_geometry_d_swxp(self, p):
return _d_solar_wind_geometry_d_p(r0, 180 * u.deg - self.theta0, p)

def add_swx_range(
self, mjd_start, mjd_end, index=None, swxdm=0, swxp=2, frozen=True
self, mjd_start, mjd_end, index=None, swxdm=0, swxp=2, frozen=False
):
"""Add SWX range to a dispersion model with specified start/end MJD, SWXDM, and power-law index
Expand Down

0 comments on commit a594053

Please sign in to comment.