Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lozac'h Loic
AgriSoilMoisture
Commits
8c9d26ea
Commit
8c9d26ea
authored
Dec 16, 2019
by
Lozac'h Loic
Browse files
debug
parent
fb4df269
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/SoilMoisturePipeline.py
View file @
8c9d26ea
...
...
@@ -373,7 +373,8 @@ def get_model4invertion():
with
open
(
modelchoice
)
as
mc
:
for
line
in
mc
:
sline
=
line
.
split
(
";"
)
if
sline
[
0
]
==
sardate
:
dline
=
os
.
path
.
basename
(
sline
[
0
]).
split
(
"_"
)[
4
].
split
(
"T"
)[
0
]
if
dline
==
sardate
:
return
sline
[
2
][:
-
1
]
def
short_pipeline
(
intersectionEnv
):
...
...
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