Skip to content
New issue

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

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

Already on GitHub? # to your account

Error when trying to save lists of odML style tuples #250

Closed
mpsonntag opened this issue Mar 16, 2018 · 0 comments · Fixed by #356
Closed

Error when trying to save lists of odML style tuples #250

mpsonntag opened this issue Mar 16, 2018 · 0 comments · Fixed by #356
Labels

Comments

@mpsonntag
Copy link
Contributor

Currently saving a document which contains lists of custom odML tuples will abort with an error.

The two obvious choices are to:

  • disallow lists of tuples on assignment.
  • support saving and loading of odML style tuple lists.
@mpsonntag mpsonntag added the bug label Feb 11, 2020
mpsonntag added a commit to mpsonntag/python-odml that referenced this issue Feb 17, 2020
Closes G-Node#353, closes G-Node#250

Use the parser_utils odml_tuple_export function
in xmlparser and dict_parser. It is required to
properly serialize odml style tuples to XML, JSON
and YAML files.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant