Commit 2f3b546e authored by iregon's avatar iregon
Browse files

Adpated to renamed schemas package (data_models)

parent d79d306b
......@@ -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 ------------------------------------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment