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

Test coverage of special parameterizations #202

Open
sdmccabe opened this issue May 22, 2019 · 3 comments
Open

Test coverage of special parameterizations #202

sdmccabe opened this issue May 22, 2019 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@sdmccabe
Copy link
Collaborator

There are some methods that have parameterizations that have different behavior; these are not always tested explicitly in the test suites, where we tend to favor the defaults. Examples:

  • Correlation matrix (regularization)
  • Laplacian distances (kernel, norm, etc.)

I'm sure there are others. Ideally we would have a full account of these and make sure they are fully covered by the tests.

@sdmccabe sdmccabe added enhancement New feature or request good first issue Good for newcomers labels May 22, 2019
@leotrs
Copy link
Collaborator

leotrs commented May 22, 2019

You mean execute the same tests as we have now over different parameterizations? Or do you mean having specialized tests that cover a range of parameters?

@sdmccabe
Copy link
Collaborator Author

If specialized tests are warranted, then that's fine, but I really just mean executing the same tests to make sure the parameterizations work at all.

@leotrs
Copy link
Collaborator

leotrs commented May 22, 2019 via email

@sdmccabe sdmccabe added this to the 1.0 milestone Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants