-
Notifications
You must be signed in to change notification settings - Fork 4
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
Solving the bugs caused by updating bids #73
base: main
Are you sure you want to change the base?
Conversation
@@ -1845,16 +1822,16 @@ | |||
], | |||
"experimentalApproach": [ | |||
{ | |||
"@id": "https://openminds.ebrains.eu/instances/experimentalApproach/anatomy" | |||
"@id": "https://openminds.ebrains.eu/instances/experimentalApproach/neuroimaging" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this re-ordering seems fragile. I would expect this to break again in future. I suggest introducing sorting by @id
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, but should I add it to the openminds-python, or just sort it here?
As this was created by save method of the collection class in openminds-python, and then I have check it manually.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, this should be done in openminds-Python
@@ -118,7 +118,7 @@ | |||
{ | |||
"@id": "_:000010", | |||
"@type": "https://openminds.ebrains.eu/core/FileRepository", | |||
"IRI": "file:///home/peyman-user/Desktop/data/bids_test/bids-examples/eeg_rest_fmri", | |||
"IRI": "file:///home/peyman-user/Desktop/Code/bids-examples/eeg_rest_fmri", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused. Why is this a local path? should this not be a path on GitHub?
No description provided.