Commit 3748be7e authored by iregon's avatar iregon
Browse files

Adpated to renamed schemas package (data_models)

parent df566664
......@@ -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
......
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