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 d9cdbb7 commit 76019d8Copy full SHA for 76019d8
apis/python/test/test_module.py
@@ -12,7 +12,7 @@ def test_tdbMatrix(tmpdir):
12
create_array(p, data)
13
14
ctx = vspy.Ctx({})
15
- m = vspy.tdbColMajorMatrix_f32(ctx, p, 0, 0)
+ m = vspy.tdbColMajorMatrix_f32(ctx, p, 0, 0, 0, 0, 0)
16
m.load()
17
m_array = np.array(m)
18
assert m_array.shape == data.shape
0 commit comments