Florian Bourgey

Results 28 comments of Florian Bourgey

@mdhaber : Another idea could be to have different `cutoff_exponent` parameters depending on $\alpha$. The closer $\alpha$ is to 1, the larger `cutoff_exponent` would be. We can also consider a...

Yes, this seems challenging, and I have no solution just now. Regarding https://github.com/scipy/scipy/pull/23622#issuecomment-3320158424, what do you think?

@mdhaber, following on the below: do you think the changes are enough? Thanks!

@mdhaber, @dschmitz89, Thanks. Just to be clear, what is the precise colormap you want?

$x$ ranges from $-70$ to $-1$ with a step of $1$ and $\alpha$ ranges from 1.01 to 1.99 with a step of 0.01. I compare main vs. Mathematica and PR...

@oldgreymare, @steppi, I've just opened a PR https://github.com/scipy/xsf/pull/82 With this fix and running ```python import numpy as np from scipy.special import lpmv m = 0 xs = np.array([1e-6, 1e-7, 1e-8,...

@lucascolley https://github.com/scipy/xsf/pull/82 fixes this. Can we close this issue?

@Dimitri666, I cannot reproduce your code. What are the values for `low`, `high`, `signal`? Please, paste a self-contained code.