Loic Botrel

Results 6 issues of Loic Botrel

``` Error in pop_syncroartifacts>synchroner3 (line 421) warning('off', 'Epoch # %g containing item # %g does not longer exist in this dataset.\n',bepoch, qItem); ``` It seems that the warning function line...

Removed the compulsive select all before start when using rcs commands. Remove control of labrecorder can now provide fine selection of streams Added - select - regexselect example "select liveamp"...

Hello, you might laugh at me for this question. But i followed the steps in the readme, installed the dependencies and activated the anaconda environment. But when I finaly type...

I had an issue with Qt libraries issues when calling LabRecorder as a subprocess from python. When using `subprocess.Popen()`, the current `os.environ` variables are passed along. Unfortunately LabRecorder seems to...

Timeflux uses an old version of networkx which still uses numpy 1.x **Steps to reproduce:** - I was trying to install burst after reading the paper https://github.com/timeflux/burst/ - I followed...

pip is refusing to install claiming that `setup.py` imports the package filterpy via `import filterpy` which is a circular import of a package that is not yet installed. The only...