Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/atmoschem/eixport
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarraespinosa committed Sep 6, 2020
2 parents 8326202 + f25d6b2 commit 36cee95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion R/wrf_get.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ wrf_get <- function(file = file.choose(), name = NA, as_raster = FALSE,
cat(paste0('reading Times from ', file,'\n')) # nocov
TIME <- ncvar_get(wrfchem,'Times') # nocov
TIME <- as.POSIXlt(TIME, tz = "UTC", format="%Y-%m-%d_%H:%M:%OS", optional=FALSE) # nocov
cat('returning Times in POSIXct\n') # nocov
if(verbose) # nocov
cat('returning Times in POSIXct\n') # nocov
return(TIME) # nocov
}
}
Expand Down
3 changes: 1 addition & 2 deletions tests/testthat/test-get_edgar.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ get_edgar(dataset = "v50_AP",
sector = c("CHE"),
pol = "CO",
year = 2012:2013,
ask = F,
n = 2)
ask = F)


test_that("get_edgar stops", {
Expand Down

0 comments on commit 36cee95

Please sign in to comment.