Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-stoll committed Dec 14, 2023
1 parent c0b82bb commit 55dd5da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesh2vec/mesh2vec_cae.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ def add_features_from_ansa(
okay_ansa.append(feature)
else:
raise ValueError(
f"Feature {feature} is unknown and allow_additional_ansa_features is False"
f"All features must be in {okay_ansa+okay_inplace}"
f"Feature {feature} is unknown and allow_additional_ansa_features "
f"is False. All features must be in {okay_ansa+okay_inplace}"
)

if ansa_executable is not None:
Expand Down

0 comments on commit 55dd5da

Please sign in to comment.