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
IN-WOP
IRMaRA
Commits
42a1802d
Commit
42a1802d
authored
Mar 30, 2021
by
Dorchies David
Browse files
feat: speed up VGEST calculation
- Change default behavior for `vgest_write_batch` Refs
#20
parent
8397d8e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/vgest_write_batch.R
View file @
42a1802d
...
...
@@ -64,7 +64,7 @@ vgest_write_batch <- function(reservoirRuleSet, networkSet,
vgest_location
=
"../vgest"
,
objective_file
=
"BATCH"
,
formatResult
=
1
,
subPrograms
=
1
)
{
subPrograms
=
2
)
{
if
(
distributionType
%in%
c
(
1
,
4
,
5
)
&
is.null
(
distributionOption
))
{
stop
(
"distribution should be defined for distributionType = 1, 4 or 5"
)
...
...
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