Skip to content

Commit

Permalink
BUG: typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jungheejung committed Aug 26, 2024
1 parent 4133b29 commit 2946a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacetop_prep/events/bidsify_social_factorize_ENH.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def process_behavioral_data(cue, expect, stim, outcome, beh_df, traj_df, trigger
ttldir = '/Volumes/spacetop_projects_cue/data/fmri/fmri01_onset/onset02_SPM'

ttl_glob = glob.glob(join(ttldir, sub_bids, ses_bids,
f"{sub_bids}_{ses_bids}_task-social_{run_bids}_runtype-{runtype}_events_ttl.tsv"), recursive=True)
f"{sub_bids}_{ses_bids}_task-social_{run_bids}_runtype-{task_name}_events_ttl.tsv"), recursive=True)
stimulus_times = {
'low_stim': {'rampup': 3.502, 'plateau': 5.000, 'rampdown': 3.402},
'med_stim': {'rampup': 3.758, 'plateau': 5.000, 'rampdown': 3.606},
Expand Down

0 comments on commit 2946a56

Please sign in to comment.