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
206d08db
Commit
206d08db
authored
5 years ago
by
Irene Perez Gonzalez
Browse files
Options
Download
Email Patches
Plain Diff
Line feed
parent
73596b88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
read.py
read.py
+1
-1
No files found.
read.py
View file @
206d08db
...
...
@@ -85,7 +85,7 @@ def ERV(TextParser,read_sections_list, schema, code_tables_path):
# Sections are parsed in the same order as sections_df.columns
[
data_df
,
valid_df
,
out_dtypes
]
=
read_sections
.
main
(
sections_df
,
schema
)
# 3. Validate data elements
valid_df
=
validate
.
validate
(
data_df
,
valid_df
,
schema
,
code_tables_path
)
...
...
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