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 6dfa465 commit 4a0a26aCopy full SHA for 4a0a26a
makani/utils/metrics/functions.py
@@ -13,13 +13,10 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
-from typing import Optional, Tuple, List
17
-from dataclasses import dataclass
+from typing import Optional, Tuple
18
19
-import math
20
import torch
21
22
-from makani.utils.grids import grid_to_quadrature_rule, GridQuadrature
23
from makani.utils import comm
24
from physicsnemo.distributed.mappings import scatter_to_parallel_region, reduce_from_parallel_region
25
from physicsnemo.distributed.utils import split_tensor_along_dim
0 commit comments