Hi Travis,
Ah got it. Thanks so much!
Best Regards,
Trevor Karn
On Mon, Jun 20, 2022 at 8:11 PM 'Travis Scrimshaw' via sage-devel <
sage-devel@googlegroups.com> wrote:
> Hi Trevor,
>Right...I remember coming across this problem before. Since I know this
> class is for internal use (simply
Hi Trevor,
Right...I remember coming across this problem before. Since I know this
class is for internal use (simply to index a basis), we can override
__call__() instead of _element_constructor_() as we do not need to invoke
the coercion framework (and we want this to be fast). This is what