From 3748be7ef3923f5229e058e3f3128d9449013bc6 Mon Sep 17 00:00:00 2001 From: perezgonzalez-irene <iregon@noc.ac.uk> Date: Thu, 27 Feb 2020 08:53:24 +0000 Subject: [PATCH] Adpated to renamed schemas package (data_models) --- validate/validate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validate/validate.py b/validate/validate.py index 304811b..4ee8007 100644 --- a/validate/validate.py +++ b/validate/validate.py @@ -24,8 +24,8 @@ import pandas as pd import numpy as np import logging from .. import properties -from ..schemas import code_tables -from ..schemas import schemas +from ..data_models import code_tables +from ..data_models import schemas def validate_numeric(elements,data,schema): # Find thresholds in schema. Flag if not available -> warn -- GitLab