Niklas

Results 6 issues of Niklas

## Type of changes - [ ] Bug fix - [x] New feature - [ ] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist -...

Thanks for making this project open source. Since it took some time to manually follow the data preprocessing instructions that you provided, I found it useful to write a single...

cla: yes

Consider a function whose return type depends on the input. --- Defining the function without annotating the return type results in no errors: ```python def foo(x): if x == 1:...

bug
cat: control flow

Apologies if I'm missing something obvious, but the estimate defined in equation (3) of https://www.jmlr.org/papers/volume13/gretton12a/gretton12a.pdf looks slightly different to the MMD estimate implemented here. The first term makes sense to...

There's a small typo on https://github.com/lkorczowski/BCI-2021-Riemannian-Geometry-workshop/blob/f30b67a007d612735e44f935cea07848cc59c00d/timeflux/requirements.txt#L7 `git+https://github.com/pyRiemann/pyRiemann#egg=pyriemman` should be `git+https://github.com/pyRiemann/pyRiemann#egg=pyriemann` I also had to `sudo apt install libncurses5-dev`, otherwise I got an error during "Building wheel for gnureadline"

# Feature Request It seems to be currently not possible to specify several configuration options related to logging when using `IPython.embed()`. https://github.com/ipython/ipython/blob/57b055533d453c336c1816066865676fb1dff990/IPython/core/interactiveshell.py#L835-L844 In particular, in my example I would like...