You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per Chris Mellon, this is an issue mainly for simulated landscapes, but the following line in driverFunctions.R will error if there are no non-flammable pixels.
res <- optimise(escapeProbDelta,
interval = c(hatP0(hatPE, neighbours),
hatP0(hatPE, floor(sum(w * 0:8)))),
tol = 1e-4,
w = w,
hatPE = hatPE)
The text was updated successfully, but these errors were encountered:
Per Chris Mellon, this is an issue mainly for simulated landscapes, but the following line in
driverFunctions.R
will error if there are no non-flammable pixels.The text was updated successfully, but these errors were encountered: