Skip to content

Commit

Permalink
Fix selection workflow (comp step output into mesh step input) (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Mar 3, 2023
1 parent 41585af commit 46c42ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ansys/dpf/post/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def select(self, **kwargs) -> DataFrame:
server=server,
)
out = selector_fc.outputs.fields_container
input_fc = out
comp_index = CompIndex(values=comp_to_extract)

# Treat selection on DataFrame.index (rescope)
Expand Down

0 comments on commit 46c42ff

Please sign in to comment.