Skip to content

Commit

Permalink
Merge pull request #1160 from 36000/ROI_BIDS_fix
Browse files Browse the repository at this point in the history
[FIX] bug in finding ROI from freesurfer using pybids
  • Loading branch information
arokem authored Sep 3, 2024
2 parents 734a387 + 4014215 commit ef450a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions AFQ/api/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def __init__(self,
if not isinstance(bids_layout_kwargs, dict):
raise TypeError("bids_layout_kwargs must be a dict")


parallel_params["engine"] = parallel_params.get("engine", "serial")
self.logger = logger

Expand Down Expand Up @@ -378,7 +377,7 @@ def __init__(self,
this_kwargs["bundle_info"].apply_to_rois(
b_name,
this_kwargs["bundle_info"]._use_bids_info,
bids_layout, bids_path, subject, session,
bids_layout, dwi_data_file, subject, session,
dry_run=False)

self.valid_sub_list.append(subject)
Expand Down Expand Up @@ -1006,7 +1005,7 @@ def __init__(self, *args, **kwargs):

orig.parallel_params["submitter_params"] = \
orig.parallel_params.get("submitter_params", {"plugin": "cf"})

orig.parallel_params["cache_dir"] = \
orig.parallel_params.get("cache_dir", None)

Expand Down

0 comments on commit ef450a7

Please sign in to comment.