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

Convolution differences between Jax and Scipy #1

Open
lucatelli opened this issue Aug 17, 2023 · 1 comment
Open

Convolution differences between Jax and Scipy #1

lucatelli opened this issue Aug 17, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lucatelli
Copy link
Owner

There is an unknown issue where jax.scipy.signal.fftconvolve and scipy.signal.fftconvolve yields different results with LMFIT.

  • Investigate possible errors
  • a simple convolution test with both cases result in the same output, but not when running an optimisation
@lucatelli lucatelli added the bug Something isn't working label Aug 17, 2023
@lucatelli lucatelli self-assigned this Aug 17, 2023
@lucatelli
Copy link
Owner Author

lucatelli commented Aug 17, 2023

The issue seems not to be related with Jax. This is related to LMFIT version >1.1.0, for an unknown reason that needs further investigation. The minimization is achieved with LMFIT 1.1.0 for different physical situations. But, for the same situations, there are no convergences with LMFIT 1.2.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant