Use x_dot
kwarg in model.fit
in PDEs with WeakPDELibrary()
#444
Unanswered
georgemilosh
asked this question in
Q&A
Replies: 1 comment 10 replies
-
Does it work for |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So the problem occurs when I try to compute
x_dot
myself and use it in PDEs. Here is my codeI get
If I try to flatten u_dot I get
I don't get this error if I work with standard kwargs:
Here flatten u helps. So how can I provide my own x_dot info for PDEs?
My package version:
0.1.dev1618+g694c904.d20231219 3.8.18 | packaged by conda-forge | (default, Oct 10 2023, 15:44:36)
[GCC 12.3.0]
Beta Was this translation helpful? Give feedback.
All reactions