Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lars Dalby
almass
Commits
0d8193e9
Commit
0d8193e9
authored
Jan 29, 2019
by
LDalby
Browse files
rm debugging code
parent
654c2f14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Grendel/harvest-scenarios.R
View file @
0d8193e9
...
...
@@ -35,7 +35,6 @@ error_path_remote <- "/home/ldalby/workspace/Goose/Scenarios/Errors/"
error_files
<-
path
(
error_path_remote
,
glue
(
"{jobs}*"
))
walk2
(
.x
=
error_files
,
.y
=
error_path
,
scp_download
,
session
=
session
)
summarized_remote
<-
path
(
res_path_remote
,
glue
(
"scenario_results_{jobs}*"
))
summarized_remote
<-
path
(
res_path_remote
,
glue
(
"*{jobs}*"
))
walk2
(
.x
=
summarized_remote
,
.y
=
path
(
current
,
jobs
),
scp_download
,
session
=
session
)
...
...
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