Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotmcintire committed Nov 7, 2018
1 parent 9a52690 commit 242bb14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Boreal_LBMRDataPrep.R
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ estimateParameters <- function(sim) {
userTags = "stable")
if (ncell(sim$rasterToMatch) > 3e6) .gc()

message("5: ", Sys.time())
#septable <- sim$obtainSEPCached(ecoregionMap = simulationMaps$ecoregionMap,
browser()
message("5: Derive Species Establishment Probability (SEP) from sim$specieslayers", Sys.time())
septable <- Cache(obtainSEP, ecoregionMap = simulationMaps$ecoregionMap,
speciesLayers = sim$specieslayers,
SEPMinThresh = 10,
Expand Down

0 comments on commit 242bb14

Please sign in to comment.