Skip to content

Commit

Permalink
added require(PEcAn.ED) to the top of test.model2netcdf.ED2.R; this…
Browse files Browse the repository at this point in the history
… is redundant with `library(PEcAn.ED)` in `models/ed/tests/run.all.R` and should not be required, but hopefully this will prevent broken builds.
  • Loading branch information
dlebauer committed Jan 29, 2013
1 parent 879aeb0 commit 2580a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/ed/inst/tests/test.model2netcdf.ED2.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require(PEcAn.ED)
extdata.dir <- system.file("extdata", package = "PEcAn.ED")
outdir <- "/tmp/out/"

Expand Down

0 comments on commit 2580a2b

Please sign in to comment.