-
Notifications
You must be signed in to change notification settings - Fork 10
Nyaml2nxdl bug #78
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
Nyaml2nxdl bug #78
Conversation
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.
please make sure that ci/cd passes.
The problem is that the master branch is currently failing with the exact same error we have here. We need to merge #75 first and then rebase here to fix the ci/cd |
7147225
to
0f10cd2
Compare
['\0', '\a', '\b', '\t', '\t', '\n', '\v', '\f', '\r', '\e', ' ', '"', '\', '/', '\N', '\_', '\L', '\P'] indide any doboule codes. changes: All doc strings are in the next lines without any double codes.
['\0', '\a', '\b', '\t', '\t', '\n', '\v', '\f', '\r', '\e', ' ', '"', '\', '/', '\N', '\_', '\L', '\P'] indide any doboule codes. changes: All doc strings are in the next lines without any double codes.
…traGroups','ignoreExtraFields', 'ignoreExtraAttributes'] Adding some TODO for making code clean and more readable.
…sted_handle' instead making the code real recursive.
fixing attributes of attributes and including recursive_build for xml_hadle_attribute in yaml->nxdl
…rntly working fine.
…rntly working fine.
append link functionality with backward converter
…file nyaml2nxdl_helper.py
… to pass to yaml library.
… note'. Use example to explain: ~/Nomad-FAIRmat/NomadGH/GH_Clone/nomad-parser-nexus/tests/data/nyaml2nxdl/Ref_NXentry.nxdl.xml
… index and value'.
… for searching name with NX or group with NX
…me level, without regarding under indentation or overindentation.
0f10cd2
to
af0a667
Compare
Pull Request Test Coverage Report for Build 4518429705
💛 - Coveralls |
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 find the code much more robust now, it is perfectly dealing with all the subtleties of the nxdl fileformat. I also like the new stdoutput of the --verbose flag
Done! |
This seams work perfectly still not taking care of comments in forward and backward convert.
For comments I have another branch
nyaml2nxdl_comment_conversion
:Self Comments for dev:
TODO: Needs to track of parent yaml node such as NX-fields, NX-attributes and NX-Group etc