Closed swewers closed 6 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
mclf/berkovich/type_V_points.py | 17 | 18 | 94.44% | ||
<!-- | Total: | 19 | 20 | 95.0% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
mclf/berkovich/type_V_points.py | 1 | 80.36% | ||
mclf/berkovich/affinoid_domain.py | 1 | 91.09% | ||
mclf/semistable_reduction/reduction_trees.py | 4 | 90.02% | ||
mclf/curves/smooth_projective_curves.py | 82 | 75.7% | ||
<!-- | Total: | 88 | --> |
Totals | |
---|---|
Change from base Build 1261: | -0.3% |
Covered Lines: | 2931 |
Relevant Lines: | 3613 |
In some cases, the minor valuation of a point of type V was defined incorrectly.
Related to this, the function point_on_boundary in affinoid_domains would erronously raise an assertion error under some circumstances.
Both problems have been fixed, the documentation has been clarified, and some doctests have been added.