Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrei-Claudiu Roibu
BrainMapper
Commits
2cc7a868
Commit
2cc7a868
authored
Sep 08, 2020
by
Andrei Roibu
Browse files
would never want to evaluate mapping for all subjects - now corrected
parent
7e06facb
Changes
1
Hide whitespace changes
Inline
Side-by-side
run.py
View file @
2cc7a868
...
...
@@ -327,10 +327,7 @@ def evaluate_mapping(mapping_evaluation_parameters):
mapping_data_file
=
mapping_evaluation_parameters
[
'mapping_data_file'
]
mapping_targets_file
=
mapping_evaluation_parameters
[
'mapping_targets_file'
]
if
mapping_evaluation_parameters
[
'evaluate_all_data'
]
==
False
:
data_list
=
mapping_evaluation_parameters
[
'data_list_reduced'
]
elif
mapping_evaluation_parameters
[
'evaluate_all_data'
]
==
True
:
data_list
=
mapping_evaluation_parameters
[
'data_list_all'
]
data_list
=
mapping_evaluation_parameters
[
'data_list_reduced'
]
prediction_output_path
=
mapping_evaluation_parameters
[
'prediction_output_path'
]
dmri_mean_mask_path
=
mapping_evaluation_parameters
[
'dmri_mean_mask_path'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment