Skip to content

Commit 62cb0da

Browse files
committed
Removed all test functions within the LT pipeline (#1358)
Signed-off-by: rz-wang <rzwang@umich.edu>
1 parent 5b4e9d3 commit 62cb0da

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

xga/tools/clusters/LT.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,14 +244,8 @@ def luminosity_temperature_pipeline(sample_data: pd.DataFrame, start_aperture: Q
244244

245245
# Check whether the specified core_excised value matches that of the scaling relation
246246
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)
250247
print("Your choice of 'core_excised' matches the ScalingRelation.")
251248
else:
252-
print(core_excised)
253-
print(rad_temp_rel.core_excised)
254-
print(temp_lum_rel.core_excised)
255249
raise TypeError("Mismatch: Your choice of 'core_excised' for iteration does not match the ScalingRelation.")
256250

257251
# Trying to determine the targeted overdensity based on the name of the scaling relation y-axis label

0 commit comments

Comments
 (0)