-
Notifications
You must be signed in to change notification settings - Fork 58
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
Make dim check in matrix space creation consistent #1729
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1729 +/- ##
==========================================
- Coverage 84.93% 84.93% -0.01%
==========================================
Files 95 95
Lines 37235 37237 +2
==========================================
- Hits 31627 31626 -1
- Misses 5608 5611 +3 ☔ View full report in Codecov by Sentry. |
Hm, alternatively one could put them all into the user facing |
Yes, it was basically a coin flip what I did |
Just not to lose this observation: it is strange that the ccalls to flint pass the numbers of rows/cols as |
Can you explain why you think this is strange? |
Since the numbers of rows/cols must be non-negative and there is a type for non-negative values, |
The |
Ah, so my question was really about the flint UI; in C/C++ I understand one being wary of |
Alternative to and thus closes #1711.
All matrix space methods now check
r
andc
in the constructor of the type.