Skip to content

Run history config id not the same as num_run- Test_API #128

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

Closed
ravinkohli opened this issue Mar 9, 2021 · 0 comments
Closed

Run history config id not the same as num_run- Test_API #128

ravinkohli opened this issue Mar 9, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ravinkohli
Copy link
Contributor

Currently in test_api, we are using the runkey.config_id as the num_run for that model. However, the config_id in runkey comes from configuration.config_id of the pipeline configuration, i.e, does not take into account dummy or traditional classifiers which the num_run does. So, num_run = C + config_id where C is the number of dummy or traditional classifiers run.

This bug is causing the tests to fail for many PRs.

@ravinkohli ravinkohli self-assigned this Mar 9, 2021
@ravinkohli ravinkohli added the bug Something isn't working label Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants