Marco Berzborn

Results 53 comments of Marco Berzborn

Sounds good. This way it should also be easy to implement "magnitude" and "amplitude" modes, right? It's a bit confusing that we're currently only supporting magnitude plots, even on linear...

I guess the GitHub action did not work, given your last commit message? I would just set the version number manually then and stick with circleci for now.

Please don't forget to clean up the commit history before merging this branch.

We decided that it would be best to deprecate - the getter including right in favor of a pure view_up method. - initializing an empty object (currently an empty Orientation...

We suggest to harmonize the return parameters, either removing the return of center frequencies in the reconstructing filter bank or add to the iso IIR filterbank. Decision pending at the...

@steppi are there any updates on this? Could you otherwise please point us to where the change needs to be made?

@steppi Thank you very much. If you cannot find the time, you can also point us in the right (or rough) direction and I can see if I can write...

@f-brinkmann The docstring of scipy.correlate explicitly states that time domain and frequency domain, as well as linear and cyclic frequency domain implementations are supported. https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.correlate.html

I like the idea. However, with a runtime of over 7 min it's almost twice as time costly as running the test. Do you know why it's taking this long?...

Creating the coverage report runs all test anyways, right? Can't this then be done when running the tests the first time or is it an truly separate operation?