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

csv2nidm invalid key DD #404

Open
seanhatton opened this issue Aug 12, 2024 · 1 comment
Open

csv2nidm invalid key DD #404

seanhatton opened this issue Aug 12, 2024 · 1 comment

Comments

@seanhatton
Copy link

Running csv2nidm when writing out the annotations it uses a variable DD (data dictionary?) instead of the field of interest and crashes "Error in csv2nidm line 350 name DD is not defined". There was an edit on csv2nidm 6 months ago that split up the key. I rolled back the changes but that didn't fix the problem.

@seanhatton
Copy link
Author

First I rolled back a recent change with no change in outcome:

PyNIDM/src/nidm/experiment/tools/csv2nidm.py Feb 9, 2024
Commit: “changed subject key finding to support NIDM JSON map”

Next, in the block of code that changed in the above section, it calls core/Constants.py so I rolled back some code from 2023, no change (the “DD” is from this function):

PyNIDM/src/nidm/core/Constants.py
Commit: “Assorted minor code improvements” May 8, 2023

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