Skip to content

HBP-87. Avoid need to install flask for tvb-multiscale when using h5 layer

Marmaduke Woodman requested to merge HBP-87 into master

Created by: popaula937

Move get_voxel_region from RegionVolumeMappingH5 a level up on the visualizer that uses it because it needs access to more H5 files. This way we keep the h5 layer more isolated in order to easily use it in other modules, eg tvb-multiscale. Having get_voxel_region on RegionVolumeMappingH5 resulted in the need to install flask for tvb-multiscale.

Merge request reports