Skip to content

Commit ceb5e4d

Browse files
committed
phase interferometer implemented.
1 parent 56eaa62 commit ceb5e4d

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

autoarray/structures/visibilities.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
import numpy as np
44

5-
from autoarray import exc
6-
from autoarray.structures import abstract_structure
7-
from autoarray.mask import mask as msk
8-
from autoarray.util import binning_util, array_util
5+
from autoarray.util import array_util
96

107
logging.basicConfig()
118
logger = logging.getLogger(__name__)

test_autoarray/mock/mock_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def __new__(cls, shape_2d, value, pixel_scales=1.0, *args, **kwargs):
115115
)
116116

117117

118-
class MockVisibilities(np.ndarray):
118+
class MockVisibilities(aa.visibilities):
119119
def __new__(cls, shape, value):
120120
array = value * np.ones(shape=shape)
121121

0 commit comments

Comments
 (0)