NeuroML / pyNeuroML

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
GNU Lesser General Public License v3.0
34 stars 30 forks source link

archiving/nsg: include HDF5 exports #285

Open sanjayankur31 opened 7 months ago

sanjayankur31 commented 7 months ago

The archival does not currently include HDF5 files. This function needs to be updated:

https://github.com/NeuroML/pyNeuroML/blob/development/pyneuroml/archive/__init__.py#L107

YBCS commented 2 months ago

@sanjayankur31 can I work on this ?

sanjayankur31 commented 2 months ago

This one already has a partial PR, so maybe work on #279 first and if this is still open when you're done there, we can look at this one.