Closed marcronq closed 3 years ago
Merging #289 (9e9aaa6) into master (5bd5606) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #289 +/- ##
=======================================
Coverage 90.64% 90.65%
=======================================
Files 37 37
Lines 5943 5948 +5
=======================================
+ Hits 5387 5392 +5
Misses 556 556
Impacted Files | Coverage Δ | |
---|---|---|
telluric/georaster.py | 93.51% <100.00%> (+<0.01%) |
:arrow_up: |
tests/test_georaster_mutable.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 5bd5606...9e9aaa6. Read the comment docs.
Thank you!
This PR fixes a bug that appears when setting a new
image
attribute for aMutableGeoRaster
. Thedtype
property doesn't get updated and it can lead to an inconsistency between the array real type and the public property. closes #287