agrc / palletjack

A library for updating AGOL data from various external sources
https://agrc.github.io/palletjack/palletjack/
MIT License
12 stars 0 forks source link

fix: infinite recursion chunking a single-row dataframe #53

Closed jacobdadams closed 1 year ago

jacobdadams commented 1 year ago

single rows with large, complex geometry are causing infinite recursion in the chunking method

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02% :tada:

Comparison is base (83022af) 90.73% compared to head (63695ab) 90.75%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #53 +/- ## ========================================== + Coverage 90.73% 90.75% +0.02% ========================================== Files 7 7 Lines 896 898 +2 Branches 127 128 +1 ========================================== + Hits 813 815 +2 Misses 74 74 Partials 9 9 ``` | [Files Changed](https://app.codecov.io/gh/agrc/palletjack/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc) | Coverage Δ | | |---|---|---| | [src/palletjack/utils.py](https://app.codecov.io/gh/agrc/palletjack/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc#diff-c3JjL3BhbGxldGphY2svdXRpbHMucHk=) | `94.78% <100.00%> (+0.03%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.