Changes between Version 57 and Version 59 of Ticket #21869
- Timestamp:
- 07/20/17 18:58:40 (4 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, 135 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
Work issues
changed from
-
Ticket #21869 – Description
v57 v59 30 30 == Testing == 31 31 Because of all the dependencies of this ticket it is a bit hard to build this. If you have access to k8s, you can use the version in `~/Src/sage-mac_lane/` to try this package out. (Please do not push all the dependencies onto this branch as this is going to make reviewing this much harder.) 32 33 == Known Issues == 34 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 {{{ 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 43 }}} 32 44 33 45 = Necessary changes =