Closed ppinchuk closed 6 months ago
Attention: Patch coverage is 97.05882%
with 4 lines
in your changes are missing coverage. Please review.
:exclamation: No coverage uploaded for pull request base (
main@9cf454c
). Click here to learn what that means. Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
reV/supply_curve/exclusions.py | 89.18% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@grantbuster No need to do a full review if you are busy (Mike and I both already tested this on a full CONUS sample), but I wanted to give you the chance to comment if you wanted to before I merge this
Add the ability to specify an extent that a particular exclusion can be applied to.
The extent can be specified in the same way that any other exclusion layer is, but it must come out to be a boolean layer.
Fully recursive excl dict was explored as part of this update, but I could not figure out how to make it work properly without a giant refactor, so am tabling that idea for now. Happy to explore that separately.