Skip to content

Commit

Permalink
take out a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFengler committed Dec 29, 2024
1 parent 8b3f225 commit 2d8df20
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/hssm/hssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 2d8df20

Please sign in to comment.