Open-EO / openeo-processes-dask

Python implementations of many OpenEO processes, dask-friendly by default.
Apache License 2.0
19 stars 14 forks source link

clip: throw exception is min > max #208

Closed m-mohr closed 8 months ago

m-mohr commented 10 months ago

In the 2.0.0-dev we have a more specific behavior for clip defined if min > max, added the exception accordingly.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (05e51b2) 81.08% compared to head (2081ec2) 81.13%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #208 +/- ## ========================================== + Coverage 81.08% 81.13% +0.04% ========================================== Files 29 29 Lines 1565 1569 +4 ========================================== + Hits 1269 1273 +4 Misses 296 296 ```

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