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
However, the member is never being set and also not used for write. We should either remove it, or if it should be used for write then we should add VectorData.initialize to set the description and store it in the file, instead of as a member on VectorData.
The text was updated successfully, but these errors were encountered:
VectorData
defines a private memberdescription
aqnwb/src/nwb/hdmf/table/VectorData.hpp
Lines 14 to 27 in 5c37c40
However, the member is never being set and also not used for write. We should either remove it, or if it should be used for write then we should add
VectorData.initialize
to set the description and store it in the file, instead of as a member on VectorData.The text was updated successfully, but these errors were encountered: