Skip to content
GitLab
Menu
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
7de35b3d
Verified
Commit
7de35b3d
authored
Aug 05, 2021
by
Justin Carpentier
Browse files
test: relax
parent
7b489df1
Pipeline
#15528
failed with stage
in 10 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
unittest/python/test_MINRES.py
View file @
7de35b3d
...
...
@@ -13,5 +13,4 @@ minres = eigenpy.MINRES(A)
X
=
np
.
random
.
rand
(
dim
,
20
)
B
=
A
.
dot
(
X
)
X_est
=
minres
.
solve
(
B
)
assert
eigenpy
.
is_approx
(
X
,
X_est
)
assert
eigenpy
.
is_approx
(
A
.
dot
(
X_est
),
B
)
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