Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VectorData description not valid #104

Open
oruebel opened this issue Sep 19, 2024 · 0 comments
Open

VectorData description not valid #104

oruebel opened this issue Sep 19, 2024 · 0 comments

Comments

@oruebel
Copy link
Contributor

oruebel commented Sep 19, 2024

VectorData defines a private member description

public:
/**
* @brief Gets the description of the table.
* @return The description of the table.
*/
std::string getDescription() const;
private:
/**
* @brief Description of VectorData.
*/
std::string description;
};
} // namespace AQNWB::NWB

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant