Baptiste Grimaud
Baptiste Grimaud
Hi, I was wondering if and how is it possible to use lamda functions as validator for data input. In my opinion writing classes derived from another module's class, with...
## Specifications - OS: Windows 10 - SCS Version: 3.0.0 - Compiler: ? ## Description I am trying to make use of a GPU to speed up SCS, but unfortunately...
## Specifications - OS: Zorin OS 16 (Ubuntu 20.04.3 LTS) - SCS Version: 2.1.4 - Compiler: ## Description Using SCS 2.1.4 with `cvxpy` is significantly slower than with 2.1.2, and...
I'm working on BioCAM MEA recordings, and so far I've been able to use the standalone HerdingSpikes sorter without issues, reading directly from the proprietary .brw files. However, I'd like...
Hi, 3Brain is currently moving towards BRW v4.x, compatible with newer versions of their software but most importantly adapted to multiwell chips, which means that recordings from multiple parallel chips...
### This issue is unique. - [X] I have used the [search tool](https://github.com/ONLYOFFICE/DesktopEditors/issues?q=) and did not find an issue describing my bug. ### Operating System Linux (DEB package) ### Version...
## Specifications - OS: Ubuntu 20.04 - SCS Version: 3.2.2 - Compiler: pip install Hi, I've been going through the documentation and some old issues to look for details on...
Fixes relative imports in `probe.py` since last PR. Small change in the handling of "wells" in newer BRW recordings, based on neo's implementation (see NeuralEnsemble/python-neo#1326).
When calling `get_traces`, I instinctively (and perhaps wrongly) listed `channel_ids` as a list of `int`. Which results in : ``` ValueError: is not in list ``` Going through the trace...
When calling `SaveHDF5` on an instance of `HSClustering`, I get the following : ``` AttributeError: 'HSClustering' object has no attribute 'expinds' ``` It seems like the `__init__` of `HSClustering` used...