Skip to content

Commit

Permalink
Fix code quality issue
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonrickenbach committed Oct 30, 2024
1 parent b5ecf45 commit 52f4d39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ansys/dpf/post/result_workflows/_build_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def _requires_manual_averaging(
return True
if res is not None:
is_model_cyclic = create_operator_callable("is_cyclic").eval()
"""Whether the selection workflow requires to manually build the averaging workflow."""
is_model_cyclic = is_model_cyclic in ["single_stage", "multi_stage"]
if has_external_layer and is_model_cyclic and location != native_location:
return True
Expand Down

0 comments on commit 52f4d39

Please sign in to comment.