File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -244,14 +244,8 @@ def luminosity_temperature_pipeline(sample_data: pd.DataFrame, start_aperture: Q
244
244
245
245
# Check whether the specified core_excised value matches that of the scaling relation
246
246
if core_excised == rad_temp_rel .core_excised or core_excised == temp_lum_rel .core_excised :
247
- print (core_excised )
248
- print (rad_temp_rel .core_excised )
249
- print (temp_lum_rel .core_excised )
250
247
print ("Your choice of 'core_excised' matches the ScalingRelation." )
251
248
else :
252
- print (core_excised )
253
- print (rad_temp_rel .core_excised )
254
- print (temp_lum_rel .core_excised )
255
249
raise TypeError ("Mismatch: Your choice of 'core_excised' for iteration does not match the ScalingRelation." )
256
250
257
251
# Trying to determine the targeted overdensity based on the name of the scaling relation y-axis label
You can’t perform that action at this time.
0 commit comments