From 1a2001e8147a9c852dcba0bc1130ecdb23535f75 Mon Sep 17 00:00:00 2001 From: oparreno Date: Thu, 18 Sep 2025 13:36:03 +0200 Subject: [PATCH] fix test issue with new branch --- .../07-distributed-post/03-distributed-msup_expansion_steps.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/07-distributed-post/03-distributed-msup_expansion_steps.py b/examples/07-distributed-post/03-distributed-msup_expansion_steps.py index e4591569e6c..d03a88d57ce 100644 --- a/examples/07-distributed-post/03-distributed-msup_expansion_steps.py +++ b/examples/07-distributed-post/03-distributed-msup_expansion_steps.py @@ -181,8 +181,7 @@ merge_mesh = ops.utility.merge_meshes() ds = dpf.DataSources(files_rfrq[0]) -response = ops.result.displacement(data_sources=ds) -response.inputs.mesh(merge_mesh.outputs.merges_mesh) +response = ops.result.modal_coordinate(data_sources=ds) ds = dpf.DataSources(files_rfrq[1]) response2 = ops.result.modal_coordinate(data_sources=ds)