David Ojeda

Results 10 issues of David Ojeda

An old bug of a colleague led me to find this code in `PoleFilter.cpp` (`BandStopTransform::BandStopTransform` method). The issue here is that the third assert fails because the difference between `zc.first`...

I recently saw that there have been some improvements to the coherence calculation (https://github.com/alexandrebarachant/pyRiemann/pull/79/commits/9a6dbeef03f61c7658c8902923d0f22d84b57c1c) and I thought that I would like to propose some further improvements to the covariance and...

enhancement

On three separate occasions, I have needed to set the exact name of a filename in a `Save` node, instead of the auto-generated one. In particular, I needed to have...

enhancement

This is a conda recipe to create a timeflux conda package. A first step towards having an easier installation procedure. I had to make a compromise and remove pylsl and...

When using this helper library to unit test some celery tasks with eager_mode (I know this is not recommended but it fits my case), it can happen that SQLAlchemy model...

To anyone interested, It has been a while since I updated this project and I currently don't have the bandwidth / time that this project requires. I have seen that...

Hello, I just realized that svg-mode-line-themes and anzu-mode are _kind-of_ incompatible. The latter uses the modeline to display information (e.g. the number of total matches of `isearch-forward`), but when a...

In the current example code and the testing code for the deserialization disambiguation function, there are a couple of problems: ``` def shape_schema_deserialization_disambiguation(object_dict, parent_object_dict): if object_dict.get("base"): return TriangleSchema() elif object_dict.get("length"):...

I am sorry if I file so many issues at once. What I really wanted was to implement the feature explained in this issue, but when doing so I found...

I would like to propose a change on the way XML data is decoded in `pyxdf`. The current way that XML is decoded in `pyxdf` is to create `defaultdict` with...