prjemian / punx

Python Utilities for NeXus HDF5 files
https://prjemian.github.io/punx
5 stars 7 forks source link

invalid NeXus name, valid HDF5 name should be ERROR not WARN #104

Closed prjemian closed 6 years ago

prjemian commented 6 years ago

A name such as #valid_hdf5_name should produce a finding of ERROR

currently produces a value of NOTE

prjemian commented 6 years ago

Readers of NeXus files can be tolerant of this non-conformity. The file validator must report it as an error since it does not conform to the standard.

prjemian commented 6 years ago

Should have a unit test.