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

#167 - Cant serialize byte arrays #176

Closed jcklie closed 2 years ago

jcklie commented 2 years ago

Turns out that there was no support for primitive array serialization/deserialization at all

codecov[bot] commented 2 years ago

Codecov Report

Merging #176 (4da53b7) into master (9c7d6d1) will decrease coverage by 0.37%. The diff coverage is 90.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #176      +/-   ##
==========================================
- Coverage   97.91%   97.53%   -0.38%     
==========================================
  Files           9        9              
  Lines        1822     1869      +47     
==========================================
+ Hits         1784     1823      +39     
- Misses         38       46       +8     
Impacted Files Coverage Δ
cassis/xmi.py 96.41% <88.46%> (-1.94%) :arrow_down:
cassis/typesystem.py 96.70% <100.00%> (+0.05%) :arrow_up:
tests/test_typesystem.py 99.17% <100.00%> (-0.83%) :arrow_down:

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 9c7d6d1...4da53b7. Read the comment docs.