Skip to content

Commit 759c127

Browse files
PLEASE get rid of this bug
1 parent 50f4dff commit 759c127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xga/products/profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2272,7 +2272,7 @@ def __init__(self, temperature_profile: Union[GasTemperature3D, ProjectedGasTemp
22722272
density_profile: GasDensity3D, temperature_model: Union[str, BaseModel1D] = None,
22732273
density_model: Union[str, BaseModel1D] = None, radii: Quantity = None, radii_err: Quantity = None,
22742274
deg_radii: Quantity = None, fit_method: str = "mcmc", num_walkers: int = 20,
2275-
num_steps: [int, List[int]] = 20000, num_samples: int = 1000, show_warn: bool = True,
2275+
num_steps: [int, List[int]] = 20000, num_samples: int = 10000, show_warn: bool = True,
22762276
progress: bool = True, interp_data: bool = False, auto_save: bool = False, telescope: str = None):
22772277
"""
22782278
A profile product which uses input temperature and density profiles to calculate a specific entropy profile of

0 commit comments

Comments
 (0)