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
pynwb==1.1.0.post0.dev1 and hdmf==1.2.0.post0.dev1
I’m trying to store int16 data using DataChunkIterator but it seems to be converting dtype to float. Here’s an example:
Description
pynwb==1.1.0.post0.dev1
andhdmf==1.2.0.post0.dev1
I’m trying to store
int16
data using DataChunkIterator but it seems to be converting dtype tofloat
. Here’s an example:If I pass the data directly, it works fine:
Checklist
The text was updated successfully, but these errors were encountered: