Closed fstur closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.02%. Comparing base (
1d64e04
) to head (d3341d8
). Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Awesome :heart_eyes: Thank you @fstur!
Will review as soon as possible (hopefully still today)
If @imagejan is happy, I am happy too!
Thank you @imagejan for reviewing :shipit:
Thanks, @imagejan for the review. Shall I merge?
Fixes issues #154 #61 #62 and #63.
warped_distance_mask
instead of a simple boolean mask, which is then passed to the fuse function. This way, e.g. thefuse_linear
function has all the necessary information needed for correct fusion, even if the chunk edge is at an overlapping region.fuse_linear_random
,fuse_overlay_fwd
andfuse_overlay_bwd
.