Skip to content

Commit

Permalink
fixed models in brain_age_files
Browse files Browse the repository at this point in the history
  • Loading branch information
fliem committed Jun 19, 2017
1 parent cef2933 commit 66b7517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions baracus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
models_list = ["Liem2016__OCI_norm", "Liem2016__full_2samp_training"]

__changes__ = """
* 0.9.4: fixed models in brain_age_files
* 0.9.3: fix tagging issue
* 0.9.2: fixed typo, -v flag
Expand Down
4 changes: 2 additions & 2 deletions scripts/run_brain_age_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
'one subject can be specified at a time.')
parser.add_argument('out_dir', help='Results are put here.')
parser.add_argument('--participant_label', help='will be written into output files and can be omitted')
parser.add_argument('--models', choices=models_list, default="Liem2016__OCI_norm", help='', nargs="+")

parser.add_argument('--models', choices=models_list, default=["Liem2016__OCI_norm"], help='',
nargs="+")
parser.add_argument('--lh_thickness_file', required=True, help='')
parser.add_argument('--rh_thickness_file', required=True, help='')
parser.add_argument('--lh_area_file', required=True, help='')
Expand Down

0 comments on commit 66b7517

Please sign in to comment.