neuraloperator / neuraloperator

Learning in infinite dimension with neural operators.

Home Page:https://neuraloperator.github.io/dev/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imports in the examples broken

matteoguarrera opened this issue · comments

from neuralop.data.datasets import load_darcy_flow_small this should be from neuralop.datasets import load_darcy_flow_small all the examples have this issue 😢

Hi @matteoguarrera, could you describe this issue in more detail? #332 refactored the datasets module to data.datasets and data.transforms. load_darcy_flow_small should now be located in neuralop.data.datasets.darcy. Is the code throwing an error?

You are right, I guess the error is in the release. The repo is ok, but if you pip install the package it throws the error