NeuralEnsemble / python-neo

Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats
http://neo.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
312 stars 243 forks source link

Add validation to NWBIO.write() #975

Open apdavison opened 3 years ago

apdavison commented 3 years ago

As a quality control step, we should run the pynwb validator when writing an NWB file with NWBIO.

Since this might be slow, we might need to make this optional with a kwarg.

legouee commented 1 year ago

See also #1121 with NWB Inspector Tests.