Skip to content

Commit

Permalink
Merge branch 'hotfix/1.4.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reagen committed May 11, 2021
2 parents 0ee1561 + c6169ef commit ab6d066
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Metallicity_Stack_Commons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from .logging import log_stdout, log_verbose

version = "1.4.6"
version = "1.4.7"

lambda0 = [3726.18, 4101.73, 4340.46, 4363.21, 4861.32, 4958.91, 5006.84]
line_type = ['Oxy2', 'Balmer', 'Balmer', 'Single', 'Balmer', 'Single', 'Single']
Expand Down
6 changes: 3 additions & 3 deletions Metallicity_Stack_Commons/valid_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ def compare_to_by_eye(fitspath: str, dataset: str):
(ID == 0) | (ID == 1) | (ID == 2) | (ID == 7) | (ID == 9) |
(ID == 10) | (ID == 11) | (ID == 13))[0]
# make_validation_table will now produce correct detection values
'''if dataset == 'n_Bins':
if dataset == 'n_Bins':
det_4363 = np.where(
(ID == 10) | (ID == 14) | (ID == 15) | (ID == 20) |
(ID == 23) | (ID == 26))[0]
rlimit = \
np.where((ID == 8) | (ID == 11) | (ID == 13)| (ID == 16)
| (ID == 17) | (ID == 19) | (ID == 22))[0]'''
np.where((ID == 8) | (ID == 11) | (ID == 13) | (ID == 16)
| (ID == 17) | (ID == 19) | (ID == 22))[0]

# Caroline: Add you conditions here

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='Metallicity_Stack_Commons',
version='1.4.6',
version='1.4.7',
packages=['Metallicity_Stack_Commons'],
url='https://github.com/astrochun/Metallicity_Stack_Commons',
license='MIT License',
Expand Down

0 comments on commit ab6d066

Please sign in to comment.