Model.modelcheck_loadconfigfile#

Model.modelcheck_loadconfigfile()#

Loads the default model check config file associated with the current profile and creates check and correction entities. Any user specified custom config file takes precedence.

Example#

Load the default config file#
import hm
import hm.entities as ent

model = hm.Model()

model.modelcheck_loadconfigfile()