-
Notifications
You must be signed in to change notification settings - Fork 135
Check for square matrix in make_node to Det #861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Looks like there are float32 tests failing :) |
Failing tests are because of the new scipy release: #859 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small suggestions for clarity, but otherwise this looks good to me
Also rebase from the current main to get the scipy version pin; that should fix the failing CI |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #861 +/- ##
==========================================
- Coverage 80.99% 80.97% -0.02%
==========================================
Files 169 169
Lines 46939 47015 +76
Branches 11467 11497 +30
==========================================
+ Hits 38019 38072 +53
- Misses 6713 6725 +12
- Partials 2207 2218 +11
|
Description
Raise a ValueError if non square matrix (with non shapes) is passed to the Det Op
Related Issue
pt.linalg.det
should eagerly fail if known shapes are not square #856Checklist
Type of change