You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change reverts the padding scheme I had introduced earlier to
circumvent an issue that I now know can be solved much more simply and
elegantly.
Closes#16
ma3ke
changed the title
Padding question
Remove early padding mechanism
Mar 27, 2024
This change reverts the padding scheme I had introduced earlier to
circumvent an issue that I now know can be solved much more simply and
elegantly.
Closes#16
Perhaps we should just remove the whole padding mechanism.
We merely want to say: if it's out of bounds, we shouldn't place it.
For now, I implemented a total cope to deal with the weird fft behavior. The weird behavior occurred with non-connected shapes in 2D.
The text was updated successfully, but these errors were encountered: