Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more strict condition for fall back on delta function convolution #235

Merged
merged 2 commits into from
May 2, 2023

Conversation

rneher
Copy link
Member

@rneher rneher commented May 1, 2023

  • when convolving distributions using FFT, we check whether one distribution is much narrower than the other and treat the narrower one as a delta function in that case. This resulted in some loss of accuracy and too tightly constrained nodes. This conditions to trigger this path are now tighter.
  • removed left-over debug statements

rneher added 2 commits May 1, 2023 14:54
 - when convolving distributions using FFT, we check whether one
   distribution is much narrower than the other and treat the narrower
   one as a delta function in that case. This resulted in some loss
   of accuracy and too tightly constrained nodes. This conditions to
   trigger this path are now tighter.
 - removed left-over debug statements
@rneher rneher merged commit 23cd008 into master May 2, 2023
4 checks passed
@rneher rneher deleted the fix/narrow-convolutions branch May 2, 2023 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant