Skip to content
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

DATS.json can't be parse #5

Open
xlecours opened this issue Jan 23, 2020 · 0 comments
Open

DATS.json can't be parse #5

xlecours opened this issue Jan 23, 2020 · 0 comments

Comments

@xlecours
Copy link

xlecours commented Jan 23, 2020

Hi, the conp-portal is trying to load the DATS.json file in this dataset and an error is triggered.

[INFO ] Updating https://github.com/big-data-lab-team/openpain-cbp_resting.git
[ERROR ] Descriptor file can't be read.
('Extra data: line 84 column 5 (char 1548)',)

The exact file (commit)
https://github.com/big-data-lab-team/openpain-cbp_resting/blob/b3df4605f68e78d4d49ec1ac082731fd6e62f3bd/DATS.json

To reproduce the error:

#!/usr/bin/env python3
import json
with open(<path_to_DATS.json>, 'r') as f:
    content = json.load(f)

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

1 participant