We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d75f80 commit c6229f5Copy full SHA for c6229f5
graphs/tests/edges/test_cutoff.py
@@ -8,9 +8,9 @@
8
# nor does it submit to any jurisdiction.
9
10
import pytest
11
+from torch_geometric.data import HeteroData
12
13
from anemoi.graphs.edges import CutOffEdges
-from torch_geometric.data import HeteroData
14
15
16
def test_init():
graphs/tests/test_normaliser.py
@@ -7,9 +7,8 @@
7
# granted to it by virtue of its status as an intergovernmental organisation
-import numpy as np
-import torch
+import torch
from anemoi.graphs.normalise import NormaliserMixin
0 commit comments