Skip to content
Snippets Groups Projects
Commit 3a2fdf48 authored by Christoph Groth's avatar Christoph Groth
Browse files

replace np.matrix with np.array in tests

np.matrix is not only slow, but it is an ill-behaved sequence:
m[0].ndim == m.ndim == 2

This causes problems when converting a numpy matrix to a tinyarray.
parent 10c86663
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment