You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to load a session of RepFR1 data on Rhino (subject R1204T, experiment RepFR1, session 0).
I received a MultiplePathsFoundWarning and a message that the first file found would be loaded and wasn't sure whether this warning indicates invalid data or which file was supposed to be returned for the session data. I expected the data to be loaded without a scary warning (as I believe it had been loaded on Jupyter).
Commands:
from cmlreaders import CMLReader, get_data_index
rd = row._asdict() # this takes df and takes values from 1 row as a dict
return CMLReader(rd['subject'], rd['experiment'], rd['session'], \
montage=rd['montage'], localization=rd['localization'])
Output:
/home1/rdehaan/.conda/envs/eeg/lib/python3.7/site-packages/cmlreaders/path_finder.py:239: MultiplePathsFoundWarning: Multiple files found: /protocols/r1/subjects/R1204T/experiments/RepFR1/sessions/0/ephys/current_processed/sources.json
/data/eeg/R1204T/eeg.noreref/params.txt returning the first file found
warnings.warn(msg, MultiplePathsFoundWarning)
The text was updated successfully, but these errors were encountered:
Description
I was trying to load a session of RepFR1 data on Rhino (subject R1204T, experiment RepFR1, session 0).
I received a MultiplePathsFoundWarning and a message that the first file found would be loaded and wasn't sure whether this warning indicates invalid data or which file was supposed to be returned for the session data. I expected the data to be loaded without a scary warning (as I believe it had been loaded on Jupyter).
Commands:
Output:
The text was updated successfully, but these errors were encountered: