Skip to content

TVB-2556 Fix after lazy models import changes

Marmaduke Woodman requested to merge fix-startup-time into master

Created by: bvalean

In tvb-framework and library tests we have some use cases where all the models are needed (e.g ui forms and tests). For this we propose adding an enum with all the models in tvb.simulator.models.init.py.

Merge request reports