MCLF / mclf

A Sage toolbox for computations with Models of Curves over Local Fields
GNU General Public License v2.0
7 stars 4 forks source link

Fix bug related to issue #103 #108

Closed swewers closed 5 years ago

swewers commented 5 years ago

With Sage 8.6, residue fields of valuations on function fields are now function fields themselves, if this makes sense. However, the constant base field may not be a true finite field (this is trac:26103). This resulted in an error message when applying the method make_function_field.

Now make_function_field creates a new function field with the right kind of constant base field if the input is already a function field.

swewers commented 5 years ago

At the moment it is not possible to pass all test for 8.3 and 8.4 and the current version.

swewers commented 5 years ago

At the moment it is not possible to pass all test for the current version of Sage, and for 8.3 and 8.4. I ignore this issue for the moment, and merge.