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
0456f04a
Commit
0456f04a
authored
5 years ago
by
Irene Perez Gonzalez
Browse files
Options
Download
Email Patches
Plain Diff
Line feeds
parent
e4eb3ea3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
validator/validate.py
validator/validate.py
+1
-1
No files found.
validator/validate.py
View file @
0456f04a
...
...
@@ -44,7 +44,7 @@ def validate_numeric(elements,data,schema):
def
validate_codes
(
elements
,
data
,
code_tables_path
,
schema
,
supp
=
False
):
mask
=
pd
.
DataFrame
(
index
=
data
.
index
,
data
=
False
,
columns
=
elements
)
if
os
.
path
.
isdir
(
code_tables_path
):
for
element
in
elements
:
code_table
=
schema
.
get
(
element
).
get
(
'codetable'
)
...
...
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