diff --git a/src/hssm/hssm.py b/src/hssm/hssm.py index ad50d432..a9778c8e 100644 --- a/src/hssm/hssm.py +++ b/src/hssm/hssm.py @@ -356,17 +356,11 @@ def __init__( model, ssms_model_config[model]["choices"], ) - # else: - # raise ValueError( - # f"Model {model} is not supported in ssm_simulators. " - # " and no model config is provided." - # "Please provide model data via the model_config." - # " argument" - # ) else: # Model config already constructed from defaults, and model string is # in SupportedModels. So we are guaranteed that choices are in # self.model_config already. + if choices is not None: _logger.info( "Model string is in SupportedModels."