We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b82bb commit 55dd5daCopy full SHA for 55dd5da
mesh2vec/mesh2vec_cae.py
@@ -351,8 +351,8 @@ def add_features_from_ansa(
351
okay_ansa.append(feature)
352
else:
353
raise ValueError(
354
- f"Feature {feature} is unknown and allow_additional_ansa_features is False"
355
- 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}"
356
)
357
358
if ansa_executable is not None:
0 commit comments