Skip to content

Commit 4a0a26a

Browse files
committed
cleaning up imports
1 parent 6dfa465 commit 4a0a26a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

makani/utils/metrics/functions.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
from typing import Optional, Tuple, List
17-
from dataclasses import dataclass
16+
from typing import Optional, Tuple
1817

19-
import math
2018
import torch
2119

22-
from makani.utils.grids import grid_to_quadrature_rule, GridQuadrature
2320
from makani.utils import comm
2421
from physicsnemo.distributed.mappings import scatter_to_parallel_region, reduce_from_parallel_region
2522
from physicsnemo.distributed.utils import split_tensor_along_dim

0 commit comments

Comments
 (0)