Closed lmanan closed 11 months ago
Can you add tests? What happens if the padded region is larger than the contained region along some axis?
Also please target the patch-1.3.2 branch for your pull request
Merging #195 (d721190) into main (a33e5b4) will decrease coverage by
0.12%
. The diff coverage is27.77%
.
@@ Coverage Diff @@
## main #195 +/- ##
==========================================
- Coverage 67.60% 67.48% -0.12%
==========================================
Files 98 98
Lines 6829 6844 +15
==========================================
+ Hits 4617 4619 +2
- Misses 2212 2225 +13
Files | Coverage Δ | |
---|---|---|
gunpowder/nodes/pad.py | 76.00% <27.77%> (-15.67%) |
:arrow_down: |
closing in favor of https://github.com/funkelab/gunpowder/pull/197 That pull request targets the patch branch and includes tests
Pre-Merge Checklist:
vX.Y-dev
)patch-X.Y.Z
)This PR adds capability for enabling reflection-padding in
pad.py
here.