mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 21:25:13 +00:00
Eigen test suite: don't create a np.matrix
This commit is contained in:
parent
d4b37a284a
commit
885b5b905a
@ -19,7 +19,7 @@ def assert_equal_ref(mat):
|
|||||||
|
|
||||||
|
|
||||||
def assert_sparse_equal_ref(sparse_mat):
|
def assert_sparse_equal_ref(sparse_mat):
|
||||||
assert_equal_ref(sparse_mat.todense())
|
assert_equal_ref(sparse_mat.toarray())
|
||||||
|
|
||||||
|
|
||||||
def test_fixed():
|
def test_fixed():
|
||||||
|
Loading…
Reference in New Issue
Block a user