Skip to content
Snippets Groups Projects
Commit 512228ba authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

TEST: numpy 2 compat

parent b9f8ddb3
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ def test_concat():
def test_veclength(seed):
def l(v):
v = np.array(v, copy=False).reshape((-1, 3))
v = np.asarray(v).reshape((-1, 3))
x = v[:, 0]
y = v[:, 1]
z = v[:, 2]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment