Open xcaruso opened 7 years ago
Changed keywords from none to sd87
Changed keywords from sd87 to sd87, padicIMA
Branch: u/roed/residue_speed
Branch pushed to git repo; I updated commit sha1. New commits:
8ad3281 | Add test for residue |
Commit: 8ad3281
Changed branch from u/roed/residue_speed to u/varul/residue_speed
Description changed:
---
+++
@@ -1 +1,3 @@
I noticed that the methods `residue` and `_div_` are ridiculously slow over `Zq(p^n, prec)` when `prec` is very large.
+
+Note: the original purpose of the ticket seems to have been resolved due to improvements to expansion method.
New commits:
15c3eb0 | Made residue function faster |
Author: varul
Reviewer: Xavier Caruso
Looks good to me.
Positive review if the patchbot is happy.
Changed author from varul to Vishal Arul
Patchbot says:
sage -t --long src/sage/rings/padics/padic_base_leaves.py # 12 doctests failed
sage -t --long src/sage/schemes/hyperelliptic_curves/hyperelliptic_padic_field.py # 37 doctests failed
sage -t --long src/sage/rings/padics/padic_extension_leaves.py # 2 doctests failed
sage -t --long src/sage/rings/padics/padic_valuation.py # 2 doctests failed
sage -t --long src/sage/rings/padics/local_generic.py # 3 doctests failed
sage -t --long src/sage/rings/padics/padic_ZZ_pX_CR_element.pyx # 5 doctests failed
sage -t --long src/sage/rings/valuation/gauss_valuation.py # 1 doctest failed
sage -t --long src/sage/rings/padics/padic_generic.py # 1 doctest failed
Changed keywords from sd87, padicIMA to sd87, padicIMA, padicBordeaux
Changed branch from u/varul/residue_speed to u/roed/residue_speed
I noticed that the methods
residue
and_div_
are ridiculously slow overZq(p^n, prec)
whenprec
is very large.Note: the original purpose of the ticket seems to have been resolved due to improvements to expansion method.
Component: padics
Keywords: sd87, padicIMA, padicBordeaux
Author: Vishal Arul
Branch/Commit: u/roed/residue_speed @
f4cb405
Reviewer: Xavier Caruso
Issue created by migration from https://trac.sagemath.org/ticket/23172