Thanks! It works now.
On Tuesday, June 27, 2023 at 9:12:41 AM UTC-4 Dima Pasechnik wrote:
> this is now https://github.com/sagemath/sage/issues/35844
>
> On Tue, Jun 27, 2023 at 1:40 PM Dima Pasechnik wrote:
> >
> > On Tue, Jun 27, 2023 at 12:54 PM Luis Finotti
> wrote:
> > >
> > > Hello,
> >
this is now https://github.com/sagemath/sage/issues/35844
On Tue, Jun 27, 2023 at 1:40 PM Dima Pasechnik wrote:
>
> On Tue, Jun 27, 2023 at 12:54 PM Luis Finotti wrote:
> >
> > Hello,
> >
> > I am getting warnings that is_MPolynomial is deprecated. The error
> > suggests to use
> >
> > isinsta
On Tue, Jun 27, 2023 at 12:54 PM Luis Finotti wrote:
>
> Hello,
>
> I am getting warnings that is_MPolynomial is deprecated. The error suggests
> to use
>
> isinstance(x, sage.structure.element.MPolynomial)
>
> But this gives an error:
>
> AttributeError: module 'sage.structure.element' has no a
Hello,
I am getting warnings that is_MPolynomial is deprecated. The error
suggests to use
isinstance(x, sage.structure.element.MPolynomial)
But this gives an error:
AttributeError: module 'sage.structure.element' has no attribute
'MPolynomial'
Looking at the referred github report
(https:/
Brilliant, thank you.
On Monday, June 26, 2023 at 10:08:35 PM UTC+1 William Stein wrote:
> On Mon, Jun 26, 2023 at 10:24 AM Linden Disney wrote:
>
>> Hi,
>>
>> This answer no longer seems to work, I would guess because once again the
>> old notebooks have been moved. Is there still a way to ge