Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
6209146a
Commit
6209146a
authored
Sep 30, 2020
by
Timo Koch
Browse files
[test][1p][wmpfa] Remove darcy suffix for log file
parent
ecb2026a
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/porousmediumflow/1p/implicit/convergence/unstructured/convergencetest.py
View file @
6209146a
...
@@ -52,7 +52,7 @@ def checkRates():
...
@@ -52,7 +52,7 @@ def checkRates():
logfile
.
close
()
logfile
.
close
()
print
(
"
\n
Computed the following convergence rates for {}:
\n
"
.
format
(
testname
))
print
(
"
\n
Computed the following convergence rates for {}:
\n
"
.
format
(
testname
))
subprocess
.
call
([
'cat'
,
testname
+
'
_darcy
.log'
])
subprocess
.
call
([
'cat'
,
testname
+
'.log'
])
return
{
"p"
:
resultsP
}
return
{
"p"
:
resultsP
}
...
...
Write
Preview
Supports
Markdown
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