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
The docstring of GenericGrowthGroup (and the other growth groups) says "It has to be a subcategory of Join of Category of groups and Category of posets. This is also the default category if None is specified." which is a relict from the past.
Furthermore, we have
# set everything up to determine category
from sage.categories.sets_cat import Sets
from sage.categories.posets import Posets
from sage.categories.magmas import Magmas
from sage.categories.additive_magmas import AdditiveMagmas
in the class GenericGrowthGroup which shows all these Categories in the documentation, similar as #20045.
From cheuberg:
Fix the docstrings!
CC: @behackl @cheuberg
Component: asymptotic expansions
Issue created by migration from https://trac.sagemath.org/ticket/20077
The text was updated successfully, but these errors were encountered: