You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discovered on #13400, there is a bad implementation of is_subcategory in categories/covariant_functorial_construction.py: It doesn't cache although it should, it doesn't have a proper docstring and it shadows a better implementation on a superclass. It simply needs to be removed.
We have discussed on #13400 that the removal if this is_subcat method makes sense, the change is indirectly doctested by the fact that the existing tests don't break. Hence, the patch seems fine to me.
As discovered on #13400, there is a bad implementation of
is_subcategory
incategories/covariant_functorial_construction.py
: It doesn't cache although it should, it doesn't have a proper docstring and it shadows a better implementation on a superclass. It simply needs to be removed.CC: @simon-king-jena
Component: categories
Author: Nils Bruin
Reviewer: Simon King
Merged: sage-5.6.rc0
Issue created by migration from https://trac.sagemath.org/ticket/13930
The text was updated successfully, but these errors were encountered: