Skip to content

Commit

Permalink
Update test_base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 9, 2024
1 parent 430a676 commit eec3bc8
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions src/fmripost_rapidtide/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,31 @@ def test_init_rapidtide_fit_wf(tmp_path_factory):
config.execution.output_dir = tempdir / 'out'
config.execution.work_dir = tempdir / 'work'
config.workflow.err_on_warn = False
config.workflow.timerange = [-1, -1]
config.workflow.simcalcrange = [-1, -1]
config.workflow.ampthresh = -1.0
config.workflow.autorespdelete = False
config.workflow.autosync = False
config.workflow.bipolar = False
config.workflow.confoundderiv = True
config.workflow.confoundpowers = 1
config.workflow.corrweighting = 'regressor'
config.workflow.detrendorder = 1
config.workflow.filterband = 'lfo'
config.workflow.glmderivs = 1
config.workflow.globalpcacomponents = 0.8
config.workflow.globalsignalmethod = 'sum'
config.workflow.lagmaxthresh = 5.0
config.workflow.lagminthresh = 0.5
config.workflow.maxpasses = 1
config.workflow.numnull = 100
config.workflow.numtozero = 0
config.workflow.outputlevel = 'min'
config.workflow.pcacomponents = 0.8
config.workflow.sigmalimit = 1000.0
config.workflow.searchrange = [-30, 30]
config.workflow.sigmathresh = 100.0
config.workflow.simcalcrange = [-1, -1]
config.workflow.spatialfilt = 4.0
config.workflow.timerange = [-1, -1]

wf = init_rapidtide_fit_wf(
bold_file='sub-01_task-rest_bold.nii.gz',
Expand Down

0 comments on commit eec3bc8

Please sign in to comment.