AllenInstitute / bmtk

Brain Modeling Toolkit
https://alleninstitute.github.io/bmtk/
BSD 3-Clause "New" or "Revised" License
266 stars 86 forks source link

Load from h5. #324

Open pablomc88 opened 12 months ago

pablomc88 commented 12 months ago

In simulator/pointnet/pointsimulator.py (L247), the code to load spike trains is: https://github.com/AllenInstitute/bmtk/blob/ae9c24c415a3fbd60397b4ead160b72b4b3e4e4f/bmtk/simulator/pointnet/pointsimulator.py#L247 Why are 'h5' and 'hdf5' not included in the same function in /simulator/bionet/biosimulator? https://github.com/AllenInstitute/bmtk/blob/ae9c24c415a3fbd60397b4ead160b72b4b3e4e4f/bmtk/simulator/bionet/biosimulator.py#L349