Skip to content

Commit

Permalink
passes cache_spec=False to nwb_io.write() to avoid spec writer shape …
Browse files Browse the repository at this point in the history
…error
  • Loading branch information
MatthewAitken committed Apr 24, 2020
1 parent a68f354 commit 27d7de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipfx/nwb_append.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ def append_spike_times(input_nwb_path: PathLike,

nwbfile.add_processing_module(spike_module)

nwb_io.write(nwbfile)
nwb_io.write(nwbfile, cache_spec=False)
nwb_io.close()

0 comments on commit 27d7de3

Please sign in to comment.