Closed ppinchuk closed 1 year ago
Base: 80.52% // Head: 80.65% // Increases project coverage by +0.12%
:tada:
Coverage data is based on head (
15e0c5d
) compared to base (12c17e1
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Fix for several bugs:
exclude_range
logic was looking for values that are both less than the min value and larger than the max value simultaneously. This was causing all layers usingexclude_range
to be fully excluded every time.fpath
. This now matches reV-gen behavior, and was accomplished by moving the file opening logic into the points classAll logic changes include tests.