Benoit Coste
Benoit Coste
- Split code into multiple files - Unit tests: use `pytest` instead of `unittest` - Make code a bit more python idiomatic (for example in `isin_alone`, `isin_start`, ...)
Hi @dadadel , I'd like to work on pyment to fix various issues I'm having. However there has not been any activity since last march. Before starting the work, I...
To my knowledge, there is no way to have the list of all available checks. It would be cool if we had the equivalent of `morph_stats -l` for `morph_check`.
Hi @paetzke ! It seems the last update on MELPA is from 2016. I'd like to propose myself to take over the maintainance of this package. Would that be possible...
Hi, So first of all, thanks for this useful package. I forked this repo and started making some changes. Namely I refactored so that it is a minor-mode than can...
For some reason, I have the following error message when I run `git pull` with nix git. ``` $ git pull No user exists for uid XXXXX fatal: Could not...
Hi, I am trying to create the nix recipe of `projectionizer`, a python package that depend on `libFLATIndex`. However, even if I specify `flatindexer` as a dependency in the recipe,...
As in: ```("CellBody" (Color DarkMagenta) (CellBody) ( -3.19 -9.26 0.08 0.17) ; 1, 1 ( -3.53 -9.60 0.08 2.35) ; 1, 2 ( -1.01 -10.61 0.08 2.35) ; 1, 3...
In ASC format, a soma is usually defined my the starting token `(CellBody)`. However in some cases, it happens that this token is missing but the `"CellBody"` token is there...
Being able to: ```shell git clone [email protected]:BlueBrain/MorphIO.git cd MorphIO pip install -e . ``` under Windows would be awesome.