Skip to content

Commit 78dd09e

Browse files
committed
one last oopsie
1 parent 6684bb9 commit 78dd09e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fireSense_dataPrepPredict.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ prepare_SpreadPredict <- function(sim) {
347347
setnames(climateCovariates, new = c("pixelID", names(spreadClimate)))
348348
spreadCovariates <- climateCovariates[spreadCovariates, on = c("pixelID")]
349349

350-
spreadData <- makeMutuallyExclusive(dt = vegData, mutuallyExclusive = list("youngAge" = exclusiveCols))
350+
spreadData <- makeMutuallyExclusive(dt = spreadCovariates, mutuallyExclusive = list("youngAge" = exclusiveCols))
351351

352352
setcolorder(spreadData, neworder = c("pixelID", names(spreadClimate), "youngAge"))
353353
sim$fireSense_SpreadCovariates <- spreadData

0 commit comments

Comments
 (0)