random changes

This commit is contained in:
Filippo Olivo
2025-10-27 10:23:13 +01:00
parent f49817ca1e
commit 6e90ef5393
7 changed files with 325 additions and 80 deletions

View File

@@ -1,5 +1,5 @@
__all__ = ["GraphFiniteDifference", "GatingGNO"]
from .finite_difference import GraphFiniteDifference
from .learnable_finite_difference import GraphFiniteDifference
from .local_gno import GatingGNO
from .point_net import PointNet