Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdc
importer_test_data
Commits
c39b7f7e
Commit
c39b7f7e
authored
Sep 01, 2020
by
Carl Schaffer
Browse files
bugfix
parent
c5c3448d
Changes
1
Hide whitespace changes
Inline
Side-by-side
importer_test_data/gris_structure/__init__.py
View file @
c39b7f7e
...
...
@@ -3,4 +3,4 @@ import pathlib
_candidates
=
[
*
pathlib
.
Path
(
__file__
).
absolute
().
parent
.
glob
(
"201*"
)]
folder
=
str
(
_candidates
[
0
])
raw_files
=
[
str
(
f
)
for
f
in
_candidates
[
0
].
glob
(
"raw_split/*"
)]
coord_save
=
[
str
(
f
)
for
f
in
_candidates
[
0
].
glob
(
"context*/*coord_mu*"
)]
coord_save
=
[
str
(
f
)
for
f
in
_candidates
[
0
].
glob
(
"context*/*coord_mu*"
)]
[
0
]
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