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

add assert checks at the end of Datalab tutorials to ensure no unexpected issue types were detected #996

Open
jwmueller opened this issue Feb 12, 2024 · 0 comments

Comments

@jwmueller
Copy link
Member

When we add new issue type to the default set Datalab detects, we want to ensure it is not detected in any of our old tutorials (at least we want to be aware if it is, so we can comment on it).

Proposal: add an assert at the bottom of each Datalab tutorial that checks basically:

This tutorial only detected the following set of issues: [type1, type2, ...] (which are the issue types we expect the tutorial to detect with > 0 issues in the tutorial dataset)

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

No branches or pull requests

1 participant