Skip to content

Commit

Permalink
Added version=2 to the saveRDS() call as I believe using the default …
Browse files Browse the repository at this point in the history
…(version=3) was giving a warning in the github action file. As a result the baseline files needed to be regenerated.
  • Loading branch information
rklasky committed May 22, 2024
1 parent 19ff845 commit 2c6fafd
Show file tree
Hide file tree
Showing 68 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified tests/testthat/data/input/REcosystem_Baseline_AB_OutBiomass.rds
Binary file not shown.
Binary file modified tests/testthat/data/input/REcosystem_Baseline_AB_OutCatch.rds
Binary file not shown.
Binary file modified tests/testthat/data/input/REcosystem_Baseline_AB_OutGearCatch.rds
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified tests/testthat/data/input/REcosystem_Baseline_RK4_OutBiomass.rds
Binary file not shown.
Binary file modified tests/testthat/data/input/REcosystem_Baseline_RK4_OutCatch.rds
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/testthat/test-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ readDataFile <- function(filename,fill=TRUE,sep="") {
#' @return None
#'
writeDataFile <- function(object,filename) {
saveRDS(object,file=filename)
saveRDS(object,file=filename,version=2)
# write.table(object,file=filename)
}

Expand Down

0 comments on commit 2c6fafd

Please sign in to comment.