Skip to content

Commit

Permalink
valid_table: Use relative import for column_names (iss #13)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Apr 13, 2020
1 parent 2002763 commit ccc9ad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Metallicity_Stack_Commons/valid_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from astropy.io import ascii as asc
from astropy.table import Table, Column

from Metallicity_Stack_Commons.Metallicity_Stack_Commons.column_names import filename_dict, valid_table_names0 # , bin_names0, remove_from_list
from .column_names import filename_dict, valid_table_names0 # , bin_names0, remove_from_list


def make_validation_table(fitspath):
Expand Down Expand Up @@ -87,6 +87,7 @@ def make_validation_table(fitspath):
print(" ")
'''


def compare_to_by_eye(fitspath, dataset):
"""
Purpose -> This function takes the automated validation table and checks it against
Expand Down

0 comments on commit ccc9ad2

Please sign in to comment.