Skip to content

Other release issues #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
arnodelorme opened this issue Apr 2, 2025 · 4 comments
Closed

Other release issues #43

arnodelorme opened this issue Apr 2, 2025 · 4 comments

Comments

@arnodelorme
Copy link
Collaborator

In EEGDash, two release cannot be imported. We have to check release 7 again (since it is now 1.0.1). However, another one ds005509 (release 5) has problems.

ds_sexdata1 = EEGDashDataset({'dataset': 'ds005505', 'task': 'RestingState'}, target_name='sex')
ds_sexdata2 = EEGDashDataset({'dataset': 'ds005506', 'task': 'RestingState'}, target_name='sex')
ds_sexdata3 = EEGDashDataset({'dataset': 'ds005507', 'task': 'RestingState'}, target_name='sex')
ds_sexdata4 = EEGDashDataset({'dataset': 'ds005508', 'task': 'RestingState'}, target_name='sex')
ds_sexdata5 = EEGDashDataset({'dataset': 'ds005510', 'task': 'RestingState'}, target_name='sex') 
ds_sexdata6 = EEGDashDataset({'dataset': 'ds005512', 'task': 'RestingState'}, target_name='sex') 
ds_sexdata7 = EEGDashDataset({'dataset': 'ds005514', 'task': 'RestingState'}, target_name='sex') 

# ds_sexdata = EEGDashDataset({'dataset': 'ds005509', 'task': 'RestingState'}, target_name='sex') # fails
# ds_sexdata = EEGDashDataset({'dataset': 'ds005511', 'task': 'RestingState'}, target_name='sex') # missing channel names
@arnodelorme
Copy link
Collaborator Author

CCing @dungscout96

@neuromechanist
Copy link
Owner

It might help if we have an internal dataloader for EEGDash that loads the data from the NEMAR disc to determine the source of these problems.

@dungscout96
Copy link
Collaborator

It was a bug with EEGDash data ingestion. They should all be able to be imported now.

@neuromechanist
Copy link
Owner

Fantastic, closing the issue then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants