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
I have a variable that depends on the time step, called aircon_power. It should take in the time step that the ode is currently at, and return the respective aircon_power.
Hello thank you for implementing this library!
I have a variable that depends on the time step, called aircon_power. It should take in the time step that the ode is currently at, and return the respective aircon_power.
I intend to then embed the aircon_power within the ordinary differential equations.
However, this returns an error because t is a symbolic Tensor.
Do you have any alternative method to introduce such a variable?
Thank you!
The text was updated successfully, but these errors were encountered: