issues
search
nexpy
/
nexusformat
Provides an API to open, create, plot, and manipulate NeXus data.
Other
13
stars
19
forks
source link
Improve-group-initialization
#193
Closed
rayosborn
closed
1 year ago
rayosborn
commented
1 year ago
Allows the
entries
dictionary used to initialize a NXgroup to contain values that are not NXfields. These are wrapped in NXfields before being added to the NXgroup dictionary. The existing implementation was not consistent with the documentation.
Updates tests to check the new functionality.
rayosborn
commented
1 year ago
This fixes #194.
entries
dictionary used to initialize a NXgroup to contain values that are not NXfields. These are wrapped in NXfields before being added to the NXgroup dictionary. The existing implementation was not consistent with the documentation.