Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.2
-
Component/s: None
-
Labels:None
Description
When working at the console, it's often necessary to modify the
definition of the datatypes used in the simulator, especially when
debugging.
Currently, even with use_storage=False in tvb.config, sqlalchemy
prevents the user or developer from reloading a modified module,
with the error that the table corresponding to the class is already
defined.