Closed lm314 closed 10 months ago
Accidentally discarded changes from previous pull request, so resubmitting changes under a new pull request with most current version.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
844927b
) 98.46% compared to head (ba6dc4f
) 98.38%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
LGTM. I don't really understand why coverage drops with this PR, but I don't think that should be a holdup for merging.
@bwheelz36 any idea?
If no objections, I will merge this soon.
Thanks for the contribution :)
Adds ability to pass a dictionary as the minimum_window argument in SequentialDomainReductionTransformer. Deals with issue where TargetSpace sorts the pBounds dictionary, causing the order of the list used for minimum_window to possibly not match the order of the stored boundaries.