Fabian Brinkmann

Results 69 comments of Fabian Brinkmann

@ahms5 I did not find a way to link to specific sections using intersphinx, e.g., `arithmetic operations `_ does not work with `:doc: gallery:...` in addition it seems as if...

Not sure if I understand this correctly. Wouldn't we have to add this to gallery to generate the labels? It is also raising a new warning for a duplicate label,...

We decided to try to avoid the explicit links in the docstrings of parameters to notebooks section containing information about `cshape` `cdim` and `caxis`, `arithmetic operations`, etc. If required they...

Hi, and thanks for the Contribution! It's a hard to see, what you changed because there are many, many files touched. Can you please revoke the changes in `tests/test_plot_data` (we...

I think we once discussed that it should be possible to have float sampling rates to be most flexible, but it definately should not be an array. We could cast...

Ah, yes - that would be needed but would not cast to integer. But it works woth float as desired: ```pythaon signal = pf.Signal([0, 1, 0, 0], 22.5) gd =...

Can you check your pyfar version. It works for me in 0.6.3 and only thros an error if acutally having a non integer sampling rate. We fixed it a while...

We decided to check if the above helps or `c[0].azimuth = 0` (as in pyfar audio objects). In any case we will return a copy of x, y, and z.

We decided to return a copy of x, y, z to be consistent and describe the behaviour in the docs