Skip to content

Commit

Permalink
use implicit concat
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Jul 18, 2023
1 parent ffd944f commit 7afa8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartsim/entity/ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def _initialize_entities(self, **kwargs: t.Any) -> None:
else:
raise SmartSimError(
"Ensembles without 'params' or 'replicas' argument to "
+ "expand into members cannot be given run settings"
"expand into members cannot be given run settings"
)
else:
if self.run_settings:
Expand All @@ -175,7 +175,7 @@ def _initialize_entities(self, **kwargs: t.Any) -> None:
else:
raise SmartSimError(
"Ensembles without 'params' or 'replicas' argument to "
+ "expand into members cannot be given run settings"
"expand into members cannot be given run settings"
)
# if no params, no run settings and no batch settings, error because we
# don't know how to run the ensemble
Expand Down

0 comments on commit 7afa8fb

Please sign in to comment.