Changes between Version 73 and Version 75 of Ticket #21869
- Timestamp:
- 07/21/17 02:08:19 (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, 33 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, 252 failing doctests
-
Property
Dependencies
changed from
#21782, #23166, #23167, #21879, #23185, #23203, #23204, #23211, #23188, #21879, #23186, #23191, #21996, #23190, #23495, #23483
to#21782, #23166, #23167, #21879, #23185, #23203, #23204, #23211, #23188, #21879, #23186, #23191, #21996, #23190, #23495
-
Property
Commit
changed from
20100145cbdac34f8f3f021f597f750541c60d11
toefe24904ec35606462a941a47fee496ebf463491
-
Property
Reviewers
changed from
GaYee Park, Stefan Wewers, David Roe
toGaYee Park, Stefan Wewers
-
Property
Work issues
changed from
-
Ticket #21869 – Description
v73 v75 8 8 9 9 {{{ 10 [ x] function_field/function_field_valuation.py (Stefan Wewers)10 [ ] function_field/function_field_valuation.py (Stefan Wewers) 11 11 [x] padics/discrete_value_group.py 12 12 [ ] padics/padic_valuation.py … … 23 23 [ ] valuation/trivial_valuation.py 24 24 [ ] valuation/valuation.py 25 [ 25 [x] valuation/valuation_space.py (David) 26 26 [ ] valuation/valuations_catalog.py 27 27 [ ] valuation/value_group.py (Padmavathi) … … 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 61.0 src/sage/rings/polynomial/polynomial_quotient_ring.py # 2 doctests failed 38 sage -t --warn-long 61.0 src/sage/rings/valuation/augmented_valuation.py # 6 doctests failed 39 sage -t --warn-long 61.0 src/sage/rings/number_field/order.py # 1 doctest failed 40 sage -t --warn-long 61.0 src/sage/rings/valuation/valuation.py # 7 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 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 44 43 }}} 45 44