Changes between Version 69 and Version 73 of Ticket #21869
- Timestamp:
- 07/20/17 22:57:58 (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, 36 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, 33 failing doctests
-
Property
Dependencies
changed from
#21782, #23166, #23167, #21879, #23185, #23203, #23204, #23211, #23188, #21879, #23186, #23191, #21996, #23190, #23495
to#21782, #23166, #23167, #21879, #23185, #23203, #23204, #23211, #23188, #21879, #23186, #23191, #21996, #23190, #23495, #23483
-
Property
Commit
changed from
7ea987498d844fb5aa28c4023cc8f4350d48a20a
to20100145cbdac34f8f3f021f597f750541c60d11
-
Property
Work issues
changed from
-
Ticket #21869 – Description
v69 v73 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 37 39 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 failed39 40 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 failed41 41 sage -t --warn-long 61.0 src/sage/rings/valuation/inductive_valuation.py # 7 doctests failed 42 42 sage -t --warn-long 61.0 src/sage/rings/morphism.pyx # 2 doctests failed 43 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 failed45 sage -t --warn-long 61.0 src/sage/rings/polynomial/polynomial_ring_homomorphism.pyx # 1 doctest failed46 44 }}} 47 45