Changes between Version 61 and Version 69 of Ticket #21869
- Timestamp:
- 07/20/17 22:43:59 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21869
-
Property
Work issues
changed from
move references to references file, move README to sage documentation, make sure that valuation() has a lot of the documentation and the factory just references it, remove optional: integrated bits, check that discrete_value_group is still available the same way it was under padics, 252 failing doctests
tomove references to references file, move README to sage documentation, make sure that valuation() has a lot of the documentation and the factory just references it, remove optional: integrated bits, check that discrete_value_group is still available the same way it was under padics, 36 failing doctests
-
Property
Commit
changed from
c0a81c8285b47f6fc89aa34bc125ac474c75f2e9
to7ea987498d844fb5aa28c4023cc8f4350d48a20a
-
Property
Reviewers
changed from
GaYee Park, Stefan Wewers
toGaYee Park, Stefan Wewers, David Roe
-
Property
Work issues
changed from
-
Ticket #21869 – Description
v61 v69 35 35 Some tests fail because some of the paths broke when moving the code from github into sage. The following are known problems – Julian aka saraedum is working on these: 36 36 {{{ 37 sage -t --warn-long 39.1 src/sage/rings/function_field/function_field_valuation.py # 126 doctests failed 38 sage -t --warn-long 39.1 src/sage/rings/valuation/valuation.py # 9 doctests failed 39 sage -t --warn-long 39.1 src/sage/rings/valuation/limit_valuation.py # 52 doctests failed 40 sage -t --warn-long 39.1 src/sage/rings/valuation/mapped_valuation.py # 42 doctests failed 41 sage -t --warn-long 39.1 src/sage/rings/valuation/inductive_valuation.py # 13 doctests failed 42 sage -t --warn-long 39.1 src/sage/rings/valuation/augmented_valuation.py # 10 doctests failed 37 sage -t --warn-long 61.0 src/sage/rings/number_field/order.py # 1 doctest failed 38 sage -t --warn-long 61.0 src/sage/rings/polynomial/polynomial_quotient_ring.py # 2 doctests failed 39 sage -t --warn-long 61.0 src/sage/rings/valuation/valuation.py # 7 doctests failed 40 sage -t --warn-long 61.0 src/sage/rings/valuation/augmented_valuation.py # 6 doctests failed 41 sage -t --warn-long 61.0 src/sage/rings/valuation/inductive_valuation.py # 7 doctests failed 42 sage -t --warn-long 61.0 src/sage/rings/morphism.pyx # 2 doctests failed 43 sage -t --warn-long 61.0 src/sage/rings/polynomial/skew_polynomial_element.pyx # 8 doctests failed 44 sage -t --warn-long 61.0 src/sage/rings/padics/padic_generic.py # 2 doctests failed 45 sage -t --warn-long 61.0 src/sage/rings/polynomial/polynomial_ring_homomorphism.pyx # 1 doctest failed 43 46 }}} 44 47