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
openmole
openmole
Commits
358a35af
Commit
358a35af
authored
Jun 20, 2019
by
Guillaume Chérel
Browse files
[Plugin] fix csv file name in SaltelliHook.
parent
89842a49
Changes
1
Hide whitespace changes
Inline
Side-by-side
openmole/plugins/org.openmole.plugin.method.sensitivity/src/main/scala/org/openmole/plugin/method/sensitivity/SaltelliHook.scala
View file @
358a35af
...
...
@@ -19,7 +19,7 @@ object SaltelliHook {
Sensitivity
.
writeResults
(
ps
,
inputs
,
dsl
.
data
.
outputs
,
Saltelli
.
firstOrder
(
_
,
_
)).
from
(
context
)
}
(
dir
/
"
firstOrderT
otalOrder.csv"
).
withPrintStream
(
overwrite
=
true
)
{
ps
⇒
(
dir
/
"
t
otalOrder
Indices
.csv"
).
withPrintStream
(
overwrite
=
true
)
{
ps
⇒
Sensitivity
.
writeResults
(
ps
,
inputs
,
dsl
.
data
.
outputs
,
Saltelli
.
totalOrder
(
_
,
_
)).
from
(
context
)
}
case
WritableOutput
.
PrintStreamValue
(
ps
)
⇒
...
...
@@ -34,4 +34,4 @@ object SaltelliHook {
context
}
}
\ No newline at end of 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