Skip to content

Commit

Permalink
fix numpy jax import
Browse files Browse the repository at this point in the history
  • Loading branch information
rhayes777 committed Dec 16, 2024
1 parent 02c9e4d commit 9810993
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions autoarray/structures/grids/irregular_2d.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import logging
from typing import List, Optional, Tuple, Union

from autoarray.numpy_wrapper import np
from autoarray.numpy_wrapper import numpy as np
from autoarray.abstract_ndarray import AbstractNDArray
from autoarray.geometry.geometry_2d_irregular import Geometry2DIrregular
from autoarray.mask.mask_2d import Mask2D
from autoarray.structures.arrays.irregular import ArrayIrregular

from autoarray import exc
from autoarray.structures.grids import grid_2d_util
from autoarray.geometry import geometry_util

Expand Down

0 comments on commit 9810993

Please sign in to comment.