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 93bb0a6 commit e8f3577Copy full SHA for e8f3577
1 file changed
autoarray/structures/visibilities.py
@@ -92,7 +92,7 @@ def manual_1d(cls, visibilities):
92
93
@classmethod
94
def full(cls, fill_value, shape_1d):
95
- return cls.manual_1d(visibilities=np.full(fill_value=fill_value, shape=(shape_1d, 2)))
+ return cls.manual_1d(visibilities=np.full(fill_value=fill_value, shape=(shape_1d[0], 2)))
96
97
98
def ones(cls, shape_1d):
0 commit comments