Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
return time_step()
@cache('run')
def time_step():
"""
TIME STEP
Minute [0,?]
The time step for the simulation.
"""
return 0.125
integ_teacup_temperature = functions.Integ(lambda: -heat_loss_to_room(), lambda: 180)
return time_step()
@cache('run')
def time_step():
"""
TIME STEP
Minute [0,?]
The time step for the simulation.
"""
return 0.25
integ_accumulation = functions.Integ(lambda: rate(), lambda: 0)