Open shreeramsenthi opened 2 months ago
Just noticed a typo in the summary transformer here:
https://github.com/BurnP3/BurnP3Plus/blame/5abaf9ecf4e23df2cfa8d4baabe88b72d612551b/src/burnProbability.R#L358
if(nrow(OutputBurnMap > 0))
should be
if(nrow(OutputBurnMap) > 0)
Just noticed a typo in the summary transformer here:
https://github.com/BurnP3/BurnP3Plus/blame/5abaf9ecf4e23df2cfa8d4baabe88b72d612551b/src/burnProbability.R#L358
should be