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
For example, from the dataset terminology, the synonym "URL" for "url", but also "2-tuple" from the pulse stimulus are missing. Potentially there are even more dtypes missing. Can I safely add "2-tuples" to valid_dtypes and "URL" as synonym for "url"?
The text was updated successfully, but these errors were encountered:
Hi @fabianschlebusch,
thanks for the note, I get the same error for "URL" with the dataset.xml. For "URL" this should be straight forward by adding it to the synonyms. For 2-tuples this might require some more adjustments as there's no equivalent implemented yet.
Related to that it might in general be a good idea to add a unit test based on the odml-terminologies files at some point.
When using odml-terminologies, e.g., https://github.com/G-Node/odml-terminologies/blob/master/v1.1/dataset/dataset.xml there are dtypes which raise an exception during consistency_check() in odml_tables.py
For example, from the dataset terminology, the synonym "URL" for "url", but also "2-tuple" from the pulse stimulus are missing. Potentially there are even more dtypes missing. Can I safely add "2-tuples" to valid_dtypes and "URL" as synonym for "url"?
The text was updated successfully, but these errors were encountered: