-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
Deprecate is_Algebra
, is_CommutativeAlgebra
#35253
Conversation
is_Algebra
is_Algebra
, is_CommutativeAlgebra
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #35253 +/- ##
===========================================
+ Coverage 88.57% 88.59% +0.01%
===========================================
Files 2140 2140
Lines 397273 397433 +160
===========================================
+ Hits 351891 352102 +211
+ Misses 45382 45331 -51
... and 25 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
…mmutativeAlgebras(R) will work before using it
One currently needs to be careful about testing against |
Nice catch. I'll add a test for this |
Hm... Do you have an example? It looks to me to be a non-issue because
|
Or rather, because:
|
I guess this was fixed at some point (or I am remembering a slightly different but similar issue I had seen before). That's good. Although now we have another issue which is that we don't want to create a whole family of categories over |
Documentation preview for this PR is ready! 🎉 |
Thanks, this seems to work |
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.
LGTM.
Thank you! |
📚 Description
Part of
is_Class
functions, create abstract base classes to enable modularization #32414📝 Checklist
⌛ Dependencies