Reinder Vos de Wael
Reinder Vos de Wael
Currently failing as there's no Python 3.11 wheels for VTK.
* add initial draft of virtualization - upload generate_brainspace_images.sh to create Docker and Singularity files using neurodocker - upload Dockerfile - upload Singularity * add initial draft of virtualization -...
Many users have reported issues with using `plot_hemispheres` on a remote server. This issue stems from `vtk`, one of our dependencies, requiring a display to exist. If you are running...
- Closes #243 PR adds Python 3.10 to the unit testing framework. This is currently failing due to the lack of updates of dependencies. Failing dependencies: VTK (tracked at https://gitlab.kitware.com/vtk/vtk/-/issues/18335)
See https://github.com/MICA-MNI/BrainStat/blob/701c39c179918d42560e494ed13e5c5d04ce5b44/brainstat_matlab/stats/%40SLM/peak_clus.m#L161 This function should be removed as it is not compatible with 2019b and 2020a.
For the histological module "The Merker staining labels cell bodies, similar to Nissl staining, with a high contrast between black cell bodies on a light background (Merker, 1983). In the...
Tests are currently failing at dependency installation (see #242)
The [duecredit](https://github.com/duecredit/duecredit) module allows users to easily find which software they should cite when using BrainStat. Although this would be a nice addition for all those people whose software we...
An improvement to #200 would be to generate HTML reports similar to nilearn (https://nilearn.github.io/modules/generated/nilearn.reporting.make_glm_report.html#nilearn.reporting.make_glm_report).
Currently, mypy crashes on SLM.py due to an import inside a class. This issue is tracked at [mypy/issuse/10521](https://github.com/python/mypy/issues/10521). Once mypy resolves it issue, this issue can be solved by simply...