Closed notZaki closed 4 years ago
Merging #44 into master will increase coverage by
0.03%
. The diff coverage is83.33%
.
@@ Coverage Diff @@
## master #44 +/- ##
==========================================
+ Coverage 88.55% 88.59% +0.03%
==========================================
Files 1 1
Lines 297 298 +1
==========================================
+ Hits 263 264 +1
Misses 34 34
Impacted Files | Coverage Δ | |
---|---|---|
src/DICOM.jl | 88.59% <83.33%> (+0.03%) |
:arrow_up: |
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 35547d7...217d248. Read the comment docs.
Superseded by #45
These changes should fix the issues noted in #42 and #43, namely that:
determine_dtype()
element()
should've been replaced byread_element()
inpixeldata_parse()