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 considered that, but I think this is more natural since time is a very generic parameter. It also follows the logic of odeint of scipy and the such (ode45 of MATLAB etc).
Also, if grid (which is space) is special enough to be a mandatory named argument then time should also be.
https://github.com/googleprivate/pde-superresolution-2d/blob/6981ff1ee8a1bc99275d34d5f835213d02b174f8/pde_superresolution_2d/core/equations.py#L159-L161
@shoyer @JiaweiZhuang I think we might want to change the signature of
equation.time_derivative
to include the time:For cases where the equation depends explicitly on time (e.g time-dependent forcing)
The text was updated successfully, but these errors were encountered: