Skip to content

Commit f341035

Browse files
committed
uncommented if dataset == n_Bins in valid_table because now using compare_by_eye function
1 parent 0ee1561 commit f341035

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Metallicity_Stack_Commons/valid_table.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ def compare_to_by_eye(fitspath: str, dataset: str):
131131
(ID == 0) | (ID == 1) | (ID == 2) | (ID == 7) | (ID == 9) |
132132
(ID == 10) | (ID == 11) | (ID == 13))[0]
133133
# make_validation_table will now produce correct detection values
134-
'''if dataset == 'n_Bins':
134+
if dataset == 'n_Bins':
135135
det_4363 = np.where(
136136
(ID == 10) | (ID == 14) | (ID == 15) | (ID == 20) |
137137
(ID == 23) | (ID == 26))[0]
138138
rlimit = \
139139
np.where((ID == 8) | (ID == 11) | (ID == 13)| (ID == 16)
140-
| (ID == 17) | (ID == 19) | (ID == 22))[0]'''
140+
| (ID == 17) | (ID == 19) | (ID == 22))[0]
141141

142142
# Caroline: Add you conditions here
143143

0 commit comments

Comments
 (0)