Skip to content

Commit

Permalink
Merge pull request #1094 from karanphil/fix_gradient_sampling
Browse files Browse the repository at this point in the history
Fixing bug in gradients_generate_sampling
  • Loading branch information
arnaudbore authored Dec 17, 2024
2 parents 32c980f + da8863b commit 39e9b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scil_gradients_generate_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _build_arg_parser():
"Default if you add no option is to have a b0 "
"at the start.")
gg = g.add_mutually_exclusive_group()
gg.add_argument('--no_b0_start',
gg.add_argument('--no_b0_start', action='store_true',
help="If set, do not add a b0 at the beginning. ")
gg.add_argument('--b0_every', type=int,
help='Interleave a b0 every n=b0_every values. Starts '
Expand Down

0 comments on commit 39e9b5e

Please sign in to comment.