- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
Fix overflow and type issues with generic det of a triangular matrix #1418
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
add rtoldefault for isapprox comparisons
add test for generic triangular det to check no overflow and unitful matrices
removed un-needed modification
fix typo
use `convert` as a more generic constructor
| Instead of using the number type as a constructor, I switched back to using  | 
Co-authored-by: Steven G. Johnson <[email protected]>
fix 0-d case
| Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@            Coverage Diff             @@
##           master    #1418      +/-   ##
==========================================
- Coverage   93.90%   93.87%   -0.04%     
==========================================
  Files          34       34              
  Lines       15851    15851              
==========================================
- Hits        14885    14880       -5     
- Misses        966      971       +5     ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
 | 
Co-authored-by: Steven G. Johnson <[email protected]>
| The codecov failure seems spurious. | 
…1418) Fixes #1415 --------- Co-authored-by: Steven G. Johnson <[email protected]>
…1418) Fixes #1415 --------- Co-authored-by: Steven G. Johnson <[email protected]>
…1418) Fixes #1415 --------- Co-authored-by: Steven G. Johnson <[email protected]>
Fixes #1415