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

Integrity check for data structures. #94

Open
daphne-eu opened this issue Jul 21, 2021 · 0 comments
Open

Integrity check for data structures. #94

daphne-eu opened this issue Jul 21, 2021 · 0 comments

Comments

@daphne-eu
Copy link
Owner

In GitLab by @pdamme on Jul 21, 2021, 18:48

One of the things that can go wrong when implementing a new kernel is that a result data object might be in an invalid state. This can happen because we allow direct access to the underlying data buffers, for efficiency reasons. For instance, a CSRMatrix might contain out-of-bounds column indexes etc. It would be great to add some kind of checkIntegrity function to the interface of Structure, which verifies the internal integrity of the structure and throws an exception if it finds any violations. This method should be implemented by all sub-classes.

This utility would be a helpful addition to our unit test cases. It is not intended to be used in the actual program.

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