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 more Unit Tests #26

Open
3 of 6 tasks
ppanopticon opened this issue Jun 9, 2020 · 1 comment
Open
3 of 6 tasks

Add more Unit Tests #26

ppanopticon opened this issue Jun 9, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ppanopticon
Copy link
Member

ppanopticon commented Jun 9, 2020

We should have more Unit Tests that test basic functionality such as:

Basics

  • Arithmetic operations of advanced types (e.g. Complex32 or VectorValues)
  • Distance calculations for kNN lookups
  • Basic data structures (e.g. Entity, Column etc.)
  • Advanced data structures (e.g. Indexes)

Execution

  • Individual Operations (FilterOperator, LimitOperator, EntityScanOperator)
  • Chains of Operations

Feel free to continue this list.

@ppanopticon ppanopticon added enhancement New feature or request help wanted Extra attention is needed labels Jun 9, 2020
@ppanopticon
Copy link
Member Author

First two have been added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant