Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
brivas
mdf_reader
Commits
3748be7e
Commit
3748be7e
authored
5 years ago
by
iregon
Browse files
Options
Download
Email Patches
Plain Diff
Adpated to renamed schemas package (data_models)
parent
df566664
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
validate/validate.py
validate/validate.py
+2
-2
No files found.
validate/validate.py
View file @
3748be7e
...
...
@@ -24,8 +24,8 @@ import pandas as pd
import
numpy
as
np
import
logging
from
..
import
properties
from
..
schema
s
import
code_tables
from
..
schema
s
import
schemas
from
..
data_model
s
import
code_tables
from
..
data_model
s
import
schemas
def
validate_numeric
(
elements
,
data
,
schema
):
# Find thresholds in schema. Flag if not available -> warn
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment