Skip to content

Commit

Permalink
Merge pull request #8 from Mouradost/Mouradost-patch-1
Browse files Browse the repository at this point in the history
Update dtw.py
  • Loading branch information
Mouradost authored Jul 30, 2023
2 parents 62a6761 + dd548b1 commit 2bdbb46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/helpers/dtw.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ def main(
"-e",
"--end",
type=int,
default=-1,
help="The end index. [int] (default: -1)",
default=None,
help="The end index. [int] (default: None)",
)
parser.add_argument(
"-S",
Expand All @@ -168,8 +168,8 @@ def main(
"-E",
"--node_end",
type=int,
default=-1,
help="The end node index. [int] (default: -1)",
default=None,
help="The end node index. [int] (default: None)",
)
parser.add_argument(
"-p",
Expand Down

0 comments on commit 2bdbb46

Please sign in to comment.