Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.math
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.math
Commits
734d2459
There was a problem fetching the pipeline summary.
Commit
734d2459
authored
8 years ago
by
Amir Mohammadi
Browse files
Options
Downloads
Patches
Plain Diff
make test names more verbose
parent
86df6856
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!6
Search system for lapack and blas first before looking into numpy
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/math/test_gsvd.py
+2
-2
2 additions, 2 deletions
bob/math/test_gsvd.py
with
2 additions
and
2 deletions
bob/math/test_gsvd.py
+
2
−
2
View file @
734d2459
...
@@ -43,7 +43,7 @@ def gsvd_relations(A,B):
...
@@ -43,7 +43,7 @@ def gsvd_relations(A,B):
def
test_first_case
():
def
test_first_case
():
"""
"""
Testing the first scenario:
Testing the first scenario
of gsvd
:
M-K-L >= 0 (check http://www.netlib.org/lapack/explore-html/d1/d7e/group__double_g_esing_ga4a187519e5c71da3b3f67c85e9baf0f2.html#ga4a187519e5c71da3b3f67c85e9baf0f2)
M-K-L >= 0 (check http://www.netlib.org/lapack/explore-html/d1/d7e/group__double_g_esing_ga4a187519e5c71da3b3f67c85e9baf0f2.html#ga4a187519e5c71da3b3f67c85e9baf0f2)
"""
"""
...
@@ -55,7 +55,7 @@ def test_first_case():
...
@@ -55,7 +55,7 @@ def test_first_case():
def
test_second_case
():
def
test_second_case
():
"""
"""
Testing the second scenario:
Testing the second scenario
of gsvd
:
M-K-L < 0 (check http://www.netlib.org/lapack/explore-html/d1/d7e/group__double_g_esing_ga4a187519e5c71da3b3f67c85e9baf0f2.html#ga4a187519e5c71da3b3f67c85e9baf0f2)
M-K-L < 0 (check http://www.netlib.org/lapack/explore-html/d1/d7e/group__double_g_esing_ga4a187519e5c71da3b3f67c85e9baf0f2.html#ga4a187519e5c71da3b3f67c85e9baf0f2)
"""
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment