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
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?
The text was updated successfully, but these errors were encountered:
While developing better unit tests for the
nxdl_manager
module (#163), noticed this line:punx/punx/nxdl_manager.py
Line 527 in f0e707d
The consequences are that the values in the group's
.attributes
dictionary are text values directly from the XML rather than instances ofnxdl_manager.NXDL__attribute
.Seems irregular. Why is this? Should it be changed?
The text was updated successfully, but these errors were encountered: