Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
eigenpy
Commits
fdfaa736
Verified
Commit
fdfaa736
authored
Jul 17, 2021
by
Justin Carpentier
Browse files
test: fill seems not working
parent
8943253e
Pipeline
#15224
failed with stage
in 11 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
unittest/python/test_user_type.py
View file @
fdfaa736
...
...
@@ -5,7 +5,7 @@ rows = 10
cols
=
20
def
test
(
mat
):
mat
.
fill
(
mat
.
dtype
.
type
(
10.
)
)
mat
[:]
=
mat
.
dtype
.
type
(
10.
)
mat_copy
=
mat
.
copy
()
assert
(
mat
==
mat_copy
).
all
()
assert
not
(
mat
!=
mat_copy
).
all
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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