Skip to content

Commit 6274601

Browse files
committed
iss #111 commented out compare_to_by_eye()
1 parent aeacc6a commit 6274601

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Metallicity_Stack_Commons/valid_table.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ def make_validation_table(fitspath: str, vmin_4363SN=3, vmin_5007SN=100,
7979
names=valid_table_names0)
8080
asc.write(tab1, ver_tab, format='fixed_width_two_line')
8181

82+
'''
83+
The function above now addresses what compare_to_by_eye() does
8284
8385
def compare_to_by_eye(fitspath: str, dataset: str):
8486
"""
@@ -176,3 +178,4 @@ def compare_to_by_eye(fitspath: str, dataset: str):
176178
asc.write(ver_tab, fitspath + filename_dict['bin_valid_rev'],
177179
format='fixed_width_two_line')
178180
asc.write(ver_tab, fitspath + 'bin_validation_revised.csv', format='csv')
181+
'''

0 commit comments

Comments
 (0)