Skip to content

Commit 4fc7924

Browse files
committed
replace import from torch_cfd.equations with torch_cfd.spectral
1 parent 883d61c commit 4fc7924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fno/sfno_pytest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
SpectralConvS,
1212
SpectralConvT,
1313
)
14-
from torch_cfd.equations import *
14+
from torch_cfd.spectral import *
1515
from contextlib import contextmanager
1616

1717

0 commit comments

Comments
 (0)