From 2b6436e1a457fba9e5a258ea0b724287e5e84c51 Mon Sep 17 00:00:00 2001 From: Chun Ly Date: Sun, 12 Apr 2020 20:42:23 -0700 Subject: [PATCH] valid_table: remove dependence on exists for now (iss #13) --- Metallicity_Stack_Commons/valid_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Metallicity_Stack_Commons/valid_table.py b/Metallicity_Stack_Commons/valid_table.py index 7c4eda3..e13c062 100644 --- a/Metallicity_Stack_Commons/valid_table.py +++ b/Metallicity_Stack_Commons/valid_table.py @@ -1,4 +1,4 @@ -from os.path import exists +# from os.path import exists import numpy as np from astropy.io import ascii as asc from astropy.table import Table, Column