prjemian / punx

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

How to set and test for maxOccurs? #164

Open prjemian opened 2 years ago

prjemian commented 2 years ago

The reason that maxOccurs in all test cases is that it is set in the nxdl_manager.py code: https://github.com/prjemian/punx/blob/f0e707d1545e75b8aa5184334454849f03e24d38/punx/nxdl_manager.py#L317

Was expecting this in base classes to be set to "unbounded". Investigate separately.

Originally posted by @prjemian in https://github.com/prjemian/punx/issues/163#issuecomment-969888852