Closed rosteen closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.89%. Comparing base (
173d806
) to head (8edb04c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'm actually going to close this without merging, I didn't realize true_excise
is not available to call independently from excise_regions
, and the current behavior is as documented. Might be worth a deeper revisit sometime but for now I'll leave it as-is.
Looking into #1167 led me to realize that the subregion handling in
true_excise
was actually using the upper and lower bounds from the full region rather than each subregion. This fixes that. I'll add a test tomorrow that would have caught this, since right now it looks like all tests still pass with the change.