Skip to content

Commit

Permalink
improving docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Sep 16, 2024
1 parent 5fb3a62 commit 95504ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions meshparty/skeleton_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def write_skeleton_h5_by_part(
Parameters
----------
filename : str
path to write
filename : str, Path, or BytesIO
path or file like object to write to
vertices : np.array
Nx3 numpy array of vertex locations
edges : np.array
Expand Down Expand Up @@ -120,8 +120,8 @@ def read_skeleton_h5_by_part(filename):
Parameters
----------
filename : str
path to a h5 file with skeletons
filename : str, Path, or BytesIO
path or filelike object to a h5 file with skeletons
Returns
-------
Expand Down

0 comments on commit 95504ad

Please sign in to comment.