Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalinve committed Feb 28, 2024
1 parent e1a5717 commit defcede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/generic/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ def _read_mesh_files(self, read_frames=False):
else:
filedata = filedata.delaunay_2d(tol=field.surface_mapping_tolerance)
filedata.point_data[field.label] = np.array(values)
field.scalar_name = field._cached_polydata.point_data.active_scalars_name
field.scalar_name = filedata.point_data.active_scalars_name
field._cached_polydata = filedata

@pyaedt_function_handler()
Expand Down

0 comments on commit defcede

Please sign in to comment.