reno.pymc.pt_sim_step#
- reno.pymc.pt_sim_step(model, steps)#
Returns a target function for pytensor scan, this equates to a single step in the system dynamics model simulation. This probably shouldn’t be used anywhere outside of the context of the pymc model creation function.
- Parameters:
model (Model)
steps (int)
- Return type:
Callable