Skip to content

Commit

Permalink
get rid of extra underlines
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Oct 22, 2024
1 parent bb35110 commit cb7e4cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/convert_file_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def rename_keypoints(ds, rename_dict):
# %%
# Delete Keypoints
# -----------------
# --------------------------------
# Let's create a list of keypoints to delete.
# to delete modify this list accordingly

Expand Down Expand Up @@ -127,7 +126,6 @@ def delete_keypoints(ds, delete_keypoints):
# %%
# Reorder keypoints
# ------------------
# --------------------------------
# Again create a list with the
# Let's list the keypoints in the desired order.

Expand Down Expand Up @@ -199,3 +197,6 @@ def convert_all(data_dir, target_dir, suffix=".slp"):
f"File '{fpath}' does not exist. "
f"Please check the file path and try again."
)


# %%

0 comments on commit cb7e4cf

Please sign in to comment.