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
ccbbf6a1
Commit
ccbbf6a1
authored
5 years ago
by
iregon
Browse files
Options
Download
Email Patches
Plain Diff
New schemas package as data_models
parent
9d16b344
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/tests.py
tests/tests.py
+1
-1
No files found.
tests/tests.py
View file @
ccbbf6a1
...
...
@@ -16,7 +16,7 @@ import mdf_reader.common.plots as plots
funPath
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
data_path
=
os
.
path
.
join
(
funPath
,
'data'
)
schema_lib
=
os
.
path
.
join
(
os
.
path
.
dirname
(
funPath
),
'
schema
s'
,
'lib'
)
schema_lib
=
os
.
path
.
join
(
os
.
path
.
dirname
(
funPath
),
'
data_model
s'
,
'lib'
)
# A. TESTS TO READ FROM DATA FROM DIFFERENT DATA MODELS WITH AND WITHOUT SUPP
# -----------------------------------------------------------------------------
...
...
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