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
After discretizing for z and solving this system with some initial values I have the matrices t, z, X, T.
t.shape = (150,)
z.shape = (151,)
X.shape = (150, 151)
T.shape= (150, 151)
In which form can I input X and T into model.fit(x, dt=dt)? Does pyKoopman currently support this?
The text was updated successfully, but these errors were encountered:
I would like to apply PyKoopman to a coupled PDE, let's say:
After discretizing for z and solving this system with some initial values I have the matrices t, z, X, T.
t.shape = (150,)
z.shape = (151,)
X.shape = (150, 151)
T.shape= (150, 151)
In which form can I input X and T into model.fit(x, dt=dt)? Does pyKoopman currently support this?
The text was updated successfully, but these errors were encountered: