Closed arthurmloureiro closed 1 year ago
Hey @arthurmloureiro, I'm happy to update this package. It was somewhat of a proof of concept, but Levin is more robust in some ways compared to other methods.
The version now on main
tagged as 0.1.1 should not yield any errors (tested on 1.9beta4).
Hi @xzackli !
First: Thank you so much! I am still too new to Julia to be able to fix this and submit an MR.
A FFTLog-based approach is quite interesting! There's this python package here by @ntessore: https://fftl.readthedocs.io/en/latest/index.html which could be quite helpful :)
Hi @xzackli ! This looks like an excellent package and a perfect solution to solve these painfully slow to integrate functions.
However, while running the example, I get countless warnings from Julia due to compatibility issues. Are there plans to update this package?
Ex:
I posted a screenshot because there are hundreds of lines of warnings, the warnings persist anytime the
levintegrate
function is called.