isf_is_using_legacy_mdb¶
- config.isf_is_using_legacy_mdb()¶
Check if ISF is configured to use
model_data_baseThe use of
model_data_baseis strongly discouraged, as the saved data is not robust under API changes.There are two reasons to use it anyways:
Reading in existing data that has already been saved with this database system (i.e. the IBS Oberlaender Lab), in which case one must also from ibs_projects import compatibility
Testing purposes
Documentation unclear, incomplete, broken or wrong? Let us know