Skip to content

Commit

Permalink
BUG: file in current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jungheejung committed Aug 25, 2024
1 parent 4f850d7 commit 89f3994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacetop_prep/events/bidsify_social_ENH.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def list_nifti_and_event_files(designated_dir):

return sorted(nifti_files), sorted(event_files)

metadata_df = pd.read_csv('spacetop_task-social_run-metadata.csv')
metadata_df = pd.read_csv('./spacetop_task-social_run-metadata.csv')

def get_task_type(bids_string, metadata_df):
fname = Path(bids_string).name
Expand Down

0 comments on commit 89f3994

Please sign in to comment.