dkpro / dkpro-cassis

UIMA CAS processing library written in Python
https://pypi.org/project/dkpro-cassis/
Apache License 2.0
84 stars 22 forks source link

#185 #186 #187: Handling of multipleReferencesAllowed and arrays #188

Closed reckart closed 2 years ago

reckart commented 2 years ago

185 - Transitively referenced primitive arrays not returned by _find_all_fs

186 - Creating subtypes of inheritance-final types (arrays) is not prevented

187 - The multipleReferencesAllowed flag on array features is not handled

codecov[bot] commented 2 years ago

Codecov Report

Merging #188 (c898776) into main (50fcd66) will decrease coverage by 0.28%. The diff coverage is 95.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #188      +/-   ##
==========================================
- Coverage   97.39%   97.11%   -0.29%     
==========================================
  Files           9        9              
  Lines        1955     2042      +87     
==========================================
+ Hits         1904     1983      +79     
- Misses         51       59       +8     
Impacted Files Coverage Δ
tests/test_typesystem.py 98.70% <85.71%> (-0.63%) :arrow_down:
cassis/typesystem.py 94.93% <86.66%> (-1.40%) :arrow_down:
cassis/cas.py 96.25% <91.30%> (-0.58%) :arrow_down:
cassis/xmi.py 97.68% <100.00%> (+1.21%) :arrow_up:
tests/test_cas.py 100.00% <100.00%> (ø)
tests/test_xmi.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 50fcd66...c898776. Read the comment docs.