Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Holmin authored and Holmin committed Jun 11, 2019
1 parent 34657cd commit 2e5e14e
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions TestRstox.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,7 @@ library(Rstox)
library(RstoxBuild)

# Install Reca on Windows (on Mac there are several steps required, see GitHub, "Rstox_utils/Work/mac_binaries/README.txt"):
###devtools::install_github("NorskRegnesentral/Reca")
# Install the Reca package you got via Wetransfer:
# ecafolder <- file.path(getProjectPaths()$projectRoot, "eca_0.11")
# install.packages(ecafolder, repos=NULL, type="source")


##### Run the projects with Rstox 1.10.1 and diff with Rstox 1.9.4: #####
source("https://raw.githubusercontent.com/Sea2Data/Rstox_utils/master/Rstox_utils.R")
#source('~/Code/Github/Rstox_utils/Rstox_utils/Rstox_utils.R', chdir = TRUE)
devtools::install_github("NorskRegnesentral/Reca")


# system.time(automatedRstoxTest(dir="~/workspace/stox/project/Automated_testing", copyFromServer=TRUE, process=c("run", "diff"), nlines=50))
Expand Down Expand Up @@ -69,10 +61,7 @@ library(Rstox)
library(RstoxBuild)

# Install Reca on Windows (on Mac there are several steps required, see GitHub, "Rstox_utils/Work/mac_binaries/README.txt"):
###devtools::install_github("NorskRegnesentral/Reca")
# Install the Reca package you got via Wetransfer:
# ecafolder <- file.path(getProjectPaths()$projectRoot, "eca_0.11")
# install.packages(ecafolder, repos=NULL, type="source")
devtools::install_github("NorskRegnesentral/Reca")


# system.time(automatedRstoxTest(dir="~/workspace/stox/project/Automated_testing", copyFromServer=TRUE, process=c("run", "diff"), nlines=50))
Expand Down

0 comments on commit 2e5e14e

Please sign in to comment.