Skip to content

Commit

Permalink
Duh.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 13, 2023
1 parent 9d0c73b commit c5a489b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aslprep/tests/data/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = "0.2.2+39.gaf10e8d.dirty"
bids_dir = "ds000240/"
bids_description_hash = "d1cefcd38b7b3ab51fa1b78d5cf34a8efb1d07fc3208b8042fc105491bd9b2df"
boilerplate_only = false
debug = false
debug = []
fs_license_file = "/opt/freesurfer/license.txt"
fs_subjects_dir = "/storage/testxcp/test/freesurfer"
log_dir = "/storage/testxcp/test/aslprep/logs"
Expand Down
3 changes: 1 addition & 2 deletions aslprep/workflows/asl/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import nibabel as nb
import numpy as np
from fmriprep.workflows.bold.base import get_estimator
from fmriprep.workflows.bold.confounds import init_carpetplot_wf
from fmriprep.workflows.bold.registration import init_bold_reg_wf, init_bold_t1_trans_wf
from fmriprep.workflows.bold.resampling import (
init_bold_fsLR_resampling_wf,
Expand All @@ -26,7 +25,7 @@
from aslprep.utils.bids import collect_run_data
from aslprep.utils.misc import _create_mem_gb, _get_wf_name
from aslprep.workflows.asl.cbf import init_compute_cbf_wf, init_parcellate_cbf_wf
from aslprep.workflows.asl.confounds import init_asl_confounds_wf
from aslprep.workflows.asl.confounds import init_asl_confounds_wf, init_carpetplot_wf
from aslprep.workflows.asl.hmc import init_asl_hmc_wf
from aslprep.workflows.asl.outputs import init_asl_derivatives_wf
from aslprep.workflows.asl.plotting import init_plot_cbf_wf
Expand Down

0 comments on commit c5a489b

Please sign in to comment.