Skip to content

Commit ab6d066

Browse files
committed
Merge branch 'hotfix/1.4.7'
2 parents 0ee1561 + c6169ef commit ab6d066

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Metallicity_Stack_Commons/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from .logging import log_stdout, log_verbose
1212

13-
version = "1.4.6"
13+
version = "1.4.7"
1414

1515
lambda0 = [3726.18, 4101.73, 4340.46, 4363.21, 4861.32, 4958.91, 5006.84]
1616
line_type = ['Oxy2', 'Balmer', 'Balmer', 'Single', 'Balmer', 'Single', 'Single']

Metallicity_Stack_Commons/valid_table.py

Lines changed: 3 additions & 3 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 = \
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='Metallicity_Stack_Commons',
8-
version='1.4.6',
8+
version='1.4.7',
99
packages=['Metallicity_Stack_Commons'],
1010
url='https://github.com/astrochun/Metallicity_Stack_Commons',
1111
license='MIT License',

0 commit comments

Comments
 (0)