Hi Evan,

this is fixed in https://trac.sagemath.org/ticket/28976 which is awaiting 
review.

julian

On Friday, April 17, 2020 at 10:15:00 PM UTC+2, Evan O'Dorney wrote:
>
> Hi all,
>
> Running the code
> K.<pi, w> = NumberField([x^2 - 2, x^2 + x + 1]);
> K.valuation(pi)
> yields a strange AssertionError. Oddly enough, constructing the same 
> number field in this way:
> K2.<w2, pi2> = NumberField([x^2 + x + 1, x^2 - 2]);
> K2.valuation(pi2)
> works just fine.
>
> I'm running SageMath 8.8 on Linux Mint 18 Cinnamon 64-bit.
>
> Thanks,
> Evan
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/f6b8ad97-cdff-404d-84e1-9be6c63a4acc%40googlegroups.com.

Reply via email to