Skip to content

Commit

Permalink
Remove experimental warning for direct mesh access functions
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Aug 25, 2023
1 parent bb55349 commit 5f800b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cyprecice/cyprecice.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -997,8 +997,6 @@ cdef class Participant:
0.5, i.e. the defined access region as computed through the involved provided mesh is by 50%
enlarged.
"""
warnings.warn("The function set_mesh_access_region is still experimental.")

check_array_like(bounding_box, "bounding_box", "set_mesh_access_region")

if not isinstance(bounding_box, np.ndarray):
Expand Down Expand Up @@ -1030,8 +1028,6 @@ cdef class Participant:
coordinates : numpy.ndarray
he coordinates associated to the IDs and corresponding data values (dim * size)
"""
warnings.warn("The function get_mesh_vertices_and_ids is still experimental.")

size = self.get_mesh_vertex_size(mesh_name)
dimensions = self.get_mesh_dimensions(mesh_name)

Expand Down

0 comments on commit 5f800b8

Please sign in to comment.