Skip to content

TVB-2790: Make PSE Simulations run with surfaces as gid params

Marmaduke Woodman requested to merge TVB-2790 into master

Created by: VinczeRobert

The first problem is that there should be a filter to only run the simulations with cortical surfaces.

The second and bigger problem is that the way the code is written, in _set_simulator_range_parameter uuid's are expected, but the SimulatorAdapterModel not only wants CortexViewModels, but on those we also need to set region mappings and these are required, not optional. So taking these into consideration I guess that we can't run PSE on surfaces if we didn't choose a surface at the respective fragment. Also, if we have more cortical surfaces, we will just add the same region mapping even if the dimensions don't match?

If I know how this is supposed to work, I can finish this task.

Merge request reports