We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee1561 commit f341035Copy full SHA for f341035
1 file changed
Metallicity_Stack_Commons/valid_table.py
@@ -131,13 +131,13 @@ def compare_to_by_eye(fitspath: str, dataset: str):
131
(ID == 0) | (ID == 1) | (ID == 2) | (ID == 7) | (ID == 9) |
132
(ID == 10) | (ID == 11) | (ID == 13))[0]
133
# make_validation_table will now produce correct detection values
134
- '''if dataset == 'n_Bins':
+ if dataset == 'n_Bins':
135
det_4363 = np.where(
136
(ID == 10) | (ID == 14) | (ID == 15) | (ID == 20) |
137
(ID == 23) | (ID == 26))[0]
138
rlimit = \
139
np.where((ID == 8) | (ID == 11) | (ID == 13)| (ID == 16)
140
- | (ID == 17) | (ID == 19) | (ID == 22))[0]'''
+ | (ID == 17) | (ID == 19) | (ID == 22))[0]
141
142
# Caroline: Add you conditions here
143
0 commit comments