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 tests to be run after adding a new class #157

Open
4 tasks
oplatek opened this issue Nov 29, 2024 · 0 comments
Open
4 tasks

Add tests to be run after adding a new class #157

oplatek opened this issue Nov 29, 2024 · 0 comments
Assignees
Labels
testing Testing, checks, asserts

Comments

@oplatek
Copy link
Member

oplatek commented Nov 29, 2024

After adding an external dataset

  • check wiki that it is helpful
  • test loading inputs
  • test loading outputs
  • test annotations

Document annotation, annotation list structures in the form of tests

# for annotation it should enforce following JSON scheme (ATM)
{
    "reason": "Comment why the text is annotated",
    "text": "The text which is highleted/annotated" ,
    "type": "INDEX_TO_ANNOTATION_LIST_TYPICALLY_IN_METADATA,
    "start": 66,   # index of the character in the annotated output where the annotation starts
}
@oplatek oplatek self-assigned this Nov 29, 2024
@kasnerz kasnerz added the testing Testing, checks, asserts label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Testing, checks, asserts
Projects
None yet
Development

No branches or pull requests

2 participants