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

NXDL__group attributes dictionary values #165

Open
prjemian opened this issue Nov 17, 2021 · 1 comment
Open

NXDL__group attributes dictionary values #165

prjemian opened this issue Nov 17, 2021 · 1 comment
Assignees
Labels

Comments

@prjemian
Copy link
Owner

While developing better unit tests for the nxdl_manager module (#163), noticed this line:

self.attributes[k] = v # FIXME: should be NXDL__attribute instance

The consequences are that the values in the group's .attributes dictionary are text values directly from the XML rather than instances of nxdl_manager.NXDL__attribute.

Seems irregular. Why is this? Should it be changed?

@prjemian prjemian added this to the v1.0.0-release milestone Nov 17, 2021
@prjemian prjemian self-assigned this Nov 17, 2021
prjemian added a commit that referenced this issue Nov 17, 2021
@prjemian
Copy link
Owner Author

Still there:

self.attributes[k] = v # FIXME: should be NXDL__attribute instance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant