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
1f21f1a8
Commit
1f21f1a8
authored
Dec 16, 2019
by
Lozac'h Loic
Browse files
debug
parent
8c9d26ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/SoilMoisturePipeline.py
View file @
1f21f1a8
...
...
@@ -369,7 +369,7 @@ def wet_or_dry_pipeline(args):
affout
.
write
(
sar
+
";"
+
res
[
0
]
+
";"
+
res
[
1
]
+
"
\n
"
)
def
get_model4invertion
():
sardate
=
os
.
path
.
basename
(
sarvv
.
split
(
"_"
)
)
[
4
]
sardate
=
os
.
path
.
basename
(
sarvv
)
.
split
(
"_"
)[
4
]
with
open
(
modelchoice
)
as
mc
:
for
line
in
mc
:
sline
=
line
.
split
(
";"
)
...
...
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