pisces.models.core.base.BaseModel.remove_profile# BaseModel.remove_profile(name: str)[source]# Remove an analytic profile from the model. Deletes the profile from both memory and the HDF5 file. Parameters: name (str) – Name of the profile to remove. Raises: KeyError – If the profile does not exist.