Skip to content

Commit 5b4e9d3

Browse files
committed
Added some test functions (#1358)
Signed-off-by: rz-wang <rzwang@umich.edu>
1 parent a06cf35 commit 5b4e9d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xga/tools/clusters/LT.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@ def luminosity_temperature_pipeline(sample_data: pd.DataFrame, start_aperture: Q
249249
print(temp_lum_rel.core_excised)
250250
print("Your choice of 'core_excised' matches the ScalingRelation.")
251251
else:
252+
print(core_excised)
253+
print(rad_temp_rel.core_excised)
254+
print(temp_lum_rel.core_excised)
252255
raise TypeError("Mismatch: Your choice of 'core_excised' for iteration does not match the ScalingRelation.")
253256

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

0 commit comments

Comments
 (0)