Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
885b5b90
Commit
885b5b90
authored
Aug 28, 2018
by
Wenzel Jakob
Browse files
Eigen test suite: don't create a np.matrix
parent
d4b37a28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_eigen.py
tests/test_eigen.py
+1
-1
No files found.
tests/test_eigen.py
View file @
885b5b90
...
@@ -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
.
to
dense
())
assert_equal_ref
(
sparse_mat
.
to
array
())
def
test_fixed
():
def
test_fixed
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment