Chadwick Boulay

Results 58 issues of Chadwick Boulay

docstring: https://github.com/EtienneCmb/visbrain/blob/b2214ea693cd71e8fd7d894f2c240005831bbdd0/visbrain/utils/color.py#L656-L657 relevant code: https://github.com/EtienneCmb/visbrain/blob/b2214ea693cd71e8fd7d894f2c240005831bbdd0/visbrain/utils/color.py#L685-L686 Let's say we want the opacity to range from 0.5 to 1.0: `dyn=(0.5, 1.0)` If `clim[0]` is a small number, smaller than `_data.min()/2`, then `xtr_min`...

SceneObj's docstring lists `show` as a kwarg: https://github.com/EtienneCmb/visbrain/blob/b599038e095919dc193b12d5e502d127de7d03c9/visbrain/objects/scene_obj.py#L339-L347 However, it isn't an explicit kwarg in the constructor https://github.com/EtienneCmb/visbrain/blob/b599038e095919dc193b12d5e502d127de7d03c9/visbrain/objects/scene_obj.py#L361-L362 so it gets dumped into `kwargs`. `**kwargs` is then passed on to...

BIDSLayout has 2 relevant kwargs: ``` config : str or list or None, optional Optional name(s) of configuration file(s) to use. By default (None), uses 'bids'. config_filename : str Optional...

help wanted
documentation

I don't know what needs to be done. The only references I found to meeg were in the layout config file ([here](https://github.com/bids-standard/pybids/blob/master/bids/layout/config/bids.json)). I don't know enough about what's going on...

@HipsterSloth and I are working on a SRUKF for sensor fusion comprising a 9-DOF IMU and optical tracker. (It's for PC software using the playstation move controller). Our state-vector is...

I find [Unity custom packages](https://docs.unity3d.com/Manual/CustomPackages.html) much more maintainable and intuitive to integrate into Unity projects. The two most important benefits from a maintenance stand point are that (1) the package...

Everytime I use ml_train with svm, no matter what parameters I choose, it always predicts all trials to be members of the first class. See below. ``` matlab nSamples =...

The examples in the Wiki for [Analyzing slow cortical potentials](http://sccn.ucsd.edu/wiki/BCILAB#Analyzing_slow_cortical_potentials) all fail for me. I want to do my own signal processing and feature extraction anyway, so I'm content to...

It looks like the huge effort from @tstenner and me to get a manylinux pip-installable pylsl was all for naught. While we succeeded in creating the manylinux-compatible wheel, it turns...

I recently got bit [by this bug](https://github.com/python/cpython/issues/62702). I think maybe all we can do is update the error message for Linux users to include "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib"