Changes between Version 180 and Version 183 of Ticket #21869
- Timestamp:
- 10/04/17 07:17:48 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21869
-
Property
Commit
changed from
608c5c3dda3ae4560bc0e88eeb440233ab5aa4bc
to226518c0b8e1b01e9f047cb42d5420556d01f7e6
-
Property
Work issues
changed from
25 failing doctests, check docbuild output for broken links
to17 failing doctests, check docbuild output for broken links
-
Property
Commit
changed from
-
Ticket #21869 – Description
v180 v183 47 47 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: 48 48 {{{ 49 src/sage/rings/valuation/valuation.py # 7 doctests failed 50 src/sage/rings/valuation/inductive_valuation.py # 4 doctests failed 51 src/sage/rings/padics/padic_valuation.py # 4 doctests failed 52 src/sage/rings/valuation/scaled_valuation.py # 7 doctests failed 53 src/sage/rings/valuation/valuation_space.py # 3 doctests failed 49 sage -t src/sage/rings/valuation/valuation.py # 6 doctests failed 50 sage -t src/sage/rings/valuation/valuation.py # 6 doctests failed 51 sage -t src/sage/rings/function_field/function_field_valuation.py # 1 doctest failed 52 sage -t src/sage/rings/padics/padic_valuation.py # 4 doctests failed 54 53 }}} 55 54