You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation for the sonata specs in the section Representing nodes it is unclear if the "node types CSV files" are required or optional. Because it says:
In the case a node attribute is defined in both the node types CSV and the nodes HDF5, the value in the nodes HDF5 overrides the node types CSV value.
So if the HDF5 files contain the node types, the CSV files are not required.
However when trying to read a HDF5 file with pysonata using sonata.circuit.File it seems that a CSV file is required.
I appreciate if this can be clarified and/or fixed.
The text was updated successfully, but these errors were encountered:
In the documentation for the sonata specs in the section Representing nodes it is unclear if the "node types CSV files" are required or optional. Because it says:
So if the HDF5 files contain the node types, the CSV files are not required.
However when trying to read a HDF5 file with
pysonata
usingsonata.circuit.File
it seems that a CSV file is required.I appreciate if this can be clarified and/or fixed.
The text was updated successfully, but these errors were encountered: