get_model_type

ConfigReader.get_model_type()

Get the types of models.

Inferred by the arguments in the settings file. When enough arguments are present for one type of model, the bool is set to True.

Returns

Type Description
tuple Tuple containing booleans for each model. Order is (GeomModel, GridModel).
Back to top