-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Hello,
Great work with the library (and paper)! :)
I am running some examples to familiarize with the library, and I am a little stuck with the data from the Kraichnan-Orszag system.
As I understand it, the f_train data should be the data for the derivatives of x1, x2 and x3; right?
In case it is so, I don´t understand the following:
t_u_train[1] = array([1.5140404])
t_f_train[3] = array([1.5140404])
As such, f_train[3,0] should be the derivative of x1 at timestamp 1.5140404, and it should equal to: ax2x3
However:
f_train[3,0] = -0.0759072570021982
u_train[1,1]*u_train[1,2] = -0.1654690761472197
Shouldn´t those values be the same? ( as dx1/dt=ax2x3)
Please let me know if I am mistaken,
Best :)
Metadata
Metadata
Assignees
Labels
No labels