Skip to content

Commit

Permalink
Fix test_spatial_selection_select_named_selection
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Jul 26, 2023
1 parent 0dbf302 commit f76a819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_spatial_selection_select_named_selection(allkindofcomplexity):
simulation = post.load_simulation(allkindofcomplexity)
selection = SpatialSelection()
selection.select_named_selection(
simulation.mesh.available_named_selections[0],
simulation.mesh.named_selections.keys()[0],
location=post.selection.locations.nodal,
)
scoping = selection._evaluate_on(simulation)
Expand Down

0 comments on commit f76a819

Please sign in to comment.