Skip to content

Commit e8f3577

Browse files
committed
Add tests fixed which I can fix
1 parent 93bb0a6 commit e8f3577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoarray/structures/visibilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def manual_1d(cls, visibilities):
9292

9393
@classmethod
9494
def full(cls, fill_value, shape_1d):
95-
return cls.manual_1d(visibilities=np.full(fill_value=fill_value, shape=(shape_1d, 2)))
95+
return cls.manual_1d(visibilities=np.full(fill_value=fill_value, shape=(shape_1d[0], 2)))
9696

9797
@classmethod
9898
def ones(cls, shape_1d):

0 commit comments

Comments
 (0)