Skip to content

Commit 74118ff

Browse files
committed
Fix useCache class
1 parent 5ef44d0 commit 74118ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fireSense_EscapePredict.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ defineModule(sim, list(
4747
desc = "optional. When to start saving output to a file."),
4848
defineParameter(name = ".saveInterval", class = "numeric", default = NA,
4949
desc = "optional. Interval between save events."),
50-
defineParameter(".useCache", "numeric", FALSE, NA, NA, "Should this entire module be run with caching activated? This is generally intended for data-type modules, where stochasticity and time are not relevant")
50+
defineParameter(".useCache", "logical", FALSE, NA, NA, "Should this entire module be run with caching activated? This is generally intended for data-type modules, where stochasticity and time are not relevant")
5151
),
5252
inputObjects = rbind(
5353
expectsInput(

0 commit comments

Comments
 (0)