BurnP3 / BurnP3Plus

A SyncroSim package to explore fire risk and susceptibility across a landscape.
https://burnp3.github.io/BurnP3Plus/
MIT License
7 stars 4 forks source link

Quick Bug Fix #48

Open shreeramsenthi opened 2 months ago

shreeramsenthi commented 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)