Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
bf6d4490
Commit
bf6d4490
authored
Mar 19, 2019
by
Santiago Ospina De Los Ríos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Test] Fix yaml read of parameters in ODE test
parent
b7a08261
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
python/dorie/dorie/testtools/dorie_run/ode.py
python/dorie/dorie/testtools/dorie_run/ode.py
+2
-2
No files found.
python/dorie/dorie/testtools/dorie_run/ode.py
View file @
bf6d4490
...
...
@@ -43,7 +43,7 @@ def evaluate(iniinfo,runtime):
"Parameterization was: {}"
.
format
(
param_type
))
parfun
=
lambda
y
:
param
[
"parameters"
]
parfun
=
lambda
y
:
param
[
"
richards"
][
"
parameters"
]
# 1D heterogeneity
else
:
...
...
@@ -65,7 +65,7 @@ def evaluate(iniinfo,runtime):
"Mualem van Genuchten parameterizations. "
"Parameterization was: {}"
.
format
(
param_type
))
return
param
[
"parameters"
]
return
param
[
"
richards"
][
"
parameters"
]
print
(
"Operating on file: {}"
.
format
(
vtk_file
))
...
...
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