Skip to content

Commit 76019d8

Browse files
author
Nikos Papailiou
committed
Fix
1 parent d9cdbb7 commit 76019d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/python/test/test_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_tdbMatrix(tmpdir):
1212
create_array(p, data)
1313

1414
ctx = vspy.Ctx({})
15-
m = vspy.tdbColMajorMatrix_f32(ctx, p, 0, 0)
15+
m = vspy.tdbColMajorMatrix_f32(ctx, p, 0, 0, 0, 0, 0)
1616
m.load()
1717
m_array = np.array(m)
1818
assert m_array.shape == data.shape

0 commit comments

Comments
 (0)