Fabian Brinkmann
Fabian Brinkmann
How about taking this as an opportunity to start #440. Since this is a little larger and also interesting project, this might be a nice next project for @hoyer-a. We...
Absolutely - what you have in mind is for cartesian, right? There would be applications for spherical systems as well, e.g., for cyclic averaging. But maybe that would already be...
Hi Michael, I don't remember the implementation details from the top of my head but it seems correct to me at first glance. Accordings to the docs the bandwidth is...
I think this does not closely relate to #627? I think in this case, we were following numpy behavior, which often is to squeeze singular dimensions from returned arrays. But...
This is now part of #659 and will be merged soon
Yes, we know this and feel your pain. This behavior changed a while ago as part of a Matplotlib or Jupyter update. We don't think this is a pyfar issue...
@steppi could you already find time to look into this? If it's of any help, I could offer to write tests for this. I initially stumbled upon this, while writing...
Hi @steppi any updates on the fix? I'm afraid I won't find time to look into https://github.com/scipy/xsf/blob/main/include/xsf/legendre.h myself but I could check if a student of ours would have time...
@steppi in case it helps, heres a test evoking the error using the pytest framework. For now only testing degree `n=1`. I could extend it, if required. [test_scipy_legendre.py](https://github.com/user-attachments/files/22366260/test_scipy_legendre.py)
We decided to move this pull request / functionality to pyrato