Computing the global minimal model of an elliptic curve over a number field isomorphic to QQ...
sage: K.<t> = NumberField(x-1) sage: E = EllipticCurve(K,[0,2]) sage: E.global_minimal_model() ... raises an unexpected TypeError: TypeError: round() takes no arguments (1 given). (Run on Sage 9.0, Linux Mint 19.2, 64 bit) It's not dramatic as one can simply work over QQ and coerce, but I think the above code should also work and yield the same result, as sometimes it is convenient to treat QQ as an instance of NumberField. Thanks, Benjamin -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/df9f6370-e086-4626-b9d6-71df5383ade9%40googlegroups.com.
