remove_model¶
- GenericSpecies.remove_model(propname=None, mode=['model', 'data'])¶
Removes model and data from object.
- Parameters
propname (str or list[str]) – The property or list of properties to remove
mode (list[str]) –
Controls what is removed. Options are:
’model’ : Removes the model but not any numerical data that may already exist.
’data’ : Removes the data but leaves the model.
both. (The default is) –