diff --git a/properties.py b/properties.py index e17b27330f9abc79b96746d02994e915222547b9..c768893ff3aafac8b52dc0b3d1eef71861ebf9cf 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 ------------------------------------------------------------------