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
Problem was due to Gaussian blur not using same inclusive/exclusive boundaries as cicle mask code (second commit)
I also changed some float to int truncature into rounding as small epsilon could cause issues with sin/cos (first commit).
atsju
changed the title
Fix potential dip in profile plot when using Gaussian blur
Fix potential dip in profile plot when using Gaussian blur + minor dispaly issues
Aug 5, 2026
atsju
changed the title
Fix potential dip in profile plot when using Gaussian blur + minor dispaly issues
Fix potential dip in profile plot when using Gaussian blur + minor display issues
Aug 5, 2026
Something wrong with github - these "download installer here" links don't work and if I go to actions to get them from there - also not working. Instead I have to build these myself. No big deal but I've heard that github has lots of new bugs related to AI somehow?
Very strange. I can download the installers (I did not even build once on my own computer this week).
I didn't hear of new bugs but sure GitHub business model is changing for enterprise users.
It's probably easier you just wait for it to work again.
Eventually you can check if you can download artifacts form a pull request openned by yourself. And I will try your artifact. This would cross check if it's an issue with rights/privilege management.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix #333
Problem was due to Gaussian blur not using same inclusive/exclusive boundaries as cicle mask code (second commit)
I also changed some float to int truncature into rounding as small epsilon could cause issues with sin/cos (first commit).
Fix #319
Fix #317