Commit 3595fd06 by Wenzel Jakob

Eigen test suite: don't create a np.matrix

parent f7b27efb
...@@ -19,7 +19,7 @@ def assert_equal_ref(mat): ...@@ -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():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment