Skip to content

Commit af65e6d

Browse files
committed
pep8 issue fixed
1 parent f341035 commit af65e6d

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
@@ -136,8 +136,8 @@ def compare_to_by_eye(fitspath: str, dataset: str):
136136
(ID == 10) | (ID == 14) | (ID == 15) | (ID == 20) |
137137
(ID == 23) | (ID == 26))[0]
138138
rlimit = \
139-
np.where((ID == 8) | (ID == 11) | (ID == 13)| (ID == 16)
140-
| (ID == 17) | (ID == 19) | (ID == 22))[0]
139+
np.where((ID == 8) | (ID == 11) | (ID == 13) | (ID == 16)
140+
| (ID == 17) | (ID == 19) | (ID == 22))[0]
141141

142142
# Caroline: Add you conditions here
143143

0 commit comments

Comments
 (0)