From 2f3b546e11b28819cbd0e7ae29066ac557f795d5 Mon Sep 17 00:00:00 2001 From: perezgonzalez-irene <iregon@noc.ac.uk> Date: Thu, 27 Feb 2020 08:50:55 +0000 Subject: [PATCH] Adpated to renamed schemas package (data_models) --- properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/properties.py b/properties.py index e17b273..c768893 100644 --- a/properties.py +++ b/properties.py @@ -11,7 +11,7 @@ import pandas as pd # Supported formats, sources and internal data models ------------------------- -schema_path = os.path.join(os.path.dirname(__file__),'schemas','lib') +schema_path = os.path.join(os.path.dirname(__file__),'data_models','lib') supported_data_models = [ os.path.basename(x).split(".")[0] for x in glob.glob(schema_path + '/*/*.json') if os.path.basename(x).split(".")[0] == os.path.dirname(x).split("/")[-1]] # Data types ------------------------------------------------------------------ -- GitLab