Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
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.