Closed scottclowe closed 2 months ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Attention: Patch coverage is 75.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 83.47%. Comparing base (
8cf6a17
) to head (1641e43
). Report is 14 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
fissa/readimagejrois.py | 0.00% | 1 Missing :warning: |
:exclamation: There is a different number of reports uploaded between BASE (8cf6a17) and HEAD (1641e43). Click for more details.
HEAD has 149 uploads less than BASE
| Flag | BASE (8cf6a17) | HEAD (1641e43) | |------|------|------| |unittests|82|0| |nbsmoke|67|0|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
numpy>=1.13.0,<1.24
andshapely>=1.5.17,<2.0
as we do not currently support newer versions of these dependencies. Numpy 1.24 stopped automatically detecting ragged arrays, which now need to be specified withdtype=object
. Shapely 2.0 has some backward-incompatible API changes.Closes #285. Closes #290.