-
I don't know what is causing this bug
```matlab
Verification failed in tests.system.ElectricalSeriesIOTest/testOutToPyNWB.
----------------
Test Diagnostic:
----------------
…
-
PyNWB only writes datasets to HDF5 if they have been set. MatNWB writes all datasets to disk even if they have not been assigned/set by the user or a default value. I'm not sure if this discrepancy wi…
-
The `tutorials/ecephys` throws the following error:
```matlab
Error using types.util.checkConstraint (line 16)
Property `general_extracellular_ephys.electrodes` should be one of
type(s) {types.c…
-
TimeSeries.timestamps.interval should be an `int32`:
https://github.com/NeurodataWithoutBorders/matnwb/blob/fc9064e913b940a40fe2f5e6635045dc0b136054/schema/core/nwb.base.yaml#L206-L214
however it …
-
two issues identified:
1) When I create a units table with only `spike_times` as a column:
```matlab
nwb.units = types.core.Units('colnames', {'spike_times',}, ...
'description', 'units ta…
-
https://github.com/NeurodataWithoutBorders/pynwb/pull/709 added the timestamp_reference_time field which should be set to the same value as session_start_time by default. Also, these fields use isodat…
-
Hi all,
The nwb file is created using pynwb.
Here is the code that used to create this nwb file.
```
# Create the NWB file
nwbfile = NWBFile(
#source='https://datadryad.org/bits…
-
## 2) Feature Request
Now that the `docval` shape validator is working, let's use it! Ensuring that data fits shape specs will help us respect the schema, and in doing so will increase interoperabili…
-
pynwb does not enforce that the shape of datasets matches the shape specification in the schema. matnwb expects datasets to follow the size rules specified by the schema, so this is causing a compatib…
-
Some matnwb functions require that the working directory is matnwb, and this can be cumbersome when using other tools (especially if those other tools also have a requirement of a different working di…