Skip to content

TVB-2887: Solved bug related to TimeSeriesVolumeVisualiser

Marmaduke Woodman requested to merge TVB-2887 into master

Created by: VinczeRobert

This problem had two sources. The first one is what Paula described on the task and the second one was that prepare_view_region from region_volume_mapping is called twice and both times self was TimeSeriesVolumeVisualizer, but the second time it actually should have been different so the get_view_region from region_volume_mapping is called. That is why I changed the stored adapter in the launch method.

Merge request reports