# this will reset the output times of the sample scenario,
# simulate() will quit with an error
try(
minnow_it %>%
set_exposure(no_exposure()) %>%
simulate()
)
# set zero exposure, but keep original output times
minnow_it %>%
set_exposure(no_exposure(), reset_times=FALSE) %>%
simulate()
Run the code above in your browser using DataLab