Changes between Version 164 and Version 180 of Ticket #21869
- Timestamp:
- 09/20/17 17:38:02 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21869
-
Property
Status
changed from
needs_review
toneeds_work
-
Property
Priority
changed from
minor
tomajor
-
Property
Dependencies
changed from
#21782, #23166, #23167, #21879, #23185, #23203, #23204, #23211, #23188, #21879, #23186, #23191, #21996, #23190, #23495, #23483, #23510, #23525
to#21782, #23166, #23167, #21879, #23185, #23203, #23204, #23211, #23188, #21879, #23186, #23191, #21996, #23190, #23495, #23483, #23510, #23525, #23620, #23642
-
Property
Commit
changed from
2d1cb90b3deffd9210a9d6366cdf8666c38acbdc
to608c5c3dda3ae4560bc0e88eeb440233ab5aa4bc
-
Property
Work issues
changed from
7 failing doctests, check docbuild output for broken links
to25 failing doctests, check docbuild output for broken links
-
Property
Status
changed from
-
Ticket #21869 – Description
v164 v180 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/padics/padic_valuation.py # 2 doctests failed 50 src/sage/rings/valuation/valuation.py # 5 doctests failed 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 51 54 }}} 52 55