BUNPC / pysnirf2

Python package for reading, writing and validating Shared Near Infrared Spectroscopy Format (SNIRF) files
GNU General Public License v3.0
15 stars 11 forks source link

Known issues with validator #15

Closed sstucker closed 2 years ago

sstucker commented 2 years ago

https://github.com/BUNPC/pysnirf2/runs/4457674782

Fields are getting marked as INVALID_DATASET_SHAPE incorrectly, and a deleted Group doesn't raise REQUIRED_GROUP_MISSING like it should

sstucker commented 2 years ago

INVALID_DATASET_SHAPE was actually not incorrect... just noticing that lots of users save values as arrays of size 1... need to decide whether or not this is supported.