Skip to content

Commit

Permalink
FIX: overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineTheb committed Apr 4, 2024
1 parent a636ce3 commit 795ed57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TractOracleNet/runners/predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from tqdm import tqdm

from scilpy.io.utils import (
assert_inputs_exist, assert_outputs_exist)
assert_inputs_exist, assert_outputs_exist, add_overwrite_arg)

from TractOracleNet.utils import get_data, save_filtered_streamlines
from TractOracleNet.models.utils import get_model
Expand Down Expand Up @@ -199,6 +199,7 @@ def _build_arg_parser(parser):
' Streamlines\' endpoints should be uniformized for'
' best visualization.')

add_overwrite_arg(parser)

def parse_args():
""" Filter a tractogram. """
Expand Down

0 comments on commit 795ed57

Please sign in to comment.