Skip to content

Commit

Permalink
Update examples/014_cyclic_symmetry_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nshum4 authored Sep 13, 2024
1 parent cf900a1 commit 7c79795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/014_cyclic_symmetry_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
composite_model = CompositeModel(composite_files, server)

# %%
# Evaluate a combined failure criterion
# Evaluate a combined failure criterion.
combined_failure_criterion = CombinedFailureCriterion(failure_criteria=[MaxStressCriterion()])
failure_result = composite_model.evaluate_failure_criteria(combined_failure_criterion)

Expand Down

0 comments on commit 7c79795

Please sign in to comment.