We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06cf35 commit 5b4e9d3Copy full SHA for 5b4e9d3
xga/tools/clusters/LT.py
@@ -249,6 +249,9 @@ def luminosity_temperature_pipeline(sample_data: pd.DataFrame, start_aperture: Q
249
print(temp_lum_rel.core_excised)
250
print("Your choice of 'core_excised' matches the ScalingRelation.")
251
else:
252
+ print(core_excised)
253
+ print(rad_temp_rel.core_excised)
254
+ print(temp_lum_rel.core_excised)
255
raise TypeError("Mismatch: Your choice of 'core_excised' for iteration does not match the ScalingRelation.")
256
257
# Trying to determine the targeted overdensity based on the name of the scaling relation y-axis label
0 commit comments