aai-institute / continuiti

Learning function operators with neural networks.
GNU Lesser General Public License v3.0
19 stars 3 forks source link

Small typo in deeponet implementation #48

Closed MLuchmann closed 6 months ago

MLuchmann commented 6 months ago

https://github.com/aai-institute/continuity/blob/19a5b5d4ca5d7ba48d6b7b57d9caa917a4b05025/src/continuity/operators/deeponet.py#L76-L80 There is probably a typo in Line 80. Variable 'u' should be replaced with 'y'.

samuelburbulla commented 6 months ago

Correct, feel free to open a PR.