pisces.extensions.simulation.core.initial_conditions.InitialConditions.has_model# InitialConditions.has_model(model_name: str)[source]# Check if a model with the given name exists in these initial conditions. Parameters: model_name (str) – The name/identifier of the model to check. Returns: True if the model exists, False otherwise. Return type: bool