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 test cases for partial dependency deployments #343

Open
bpkroth opened this issue May 8, 2023 · 1 comment
Open

Add test cases for partial dependency deployments #343

bpkroth opened this issue May 8, 2023 · 1 comment
Labels
tests Add or fix unit tests

Comments

@bpkroth
Copy link
Contributor

bpkroth commented May 8, 2023

Right now our tests all run with all dependencies installed.
However, an important design philosophy is that we should allow use of the wrapper framework without all optimizers installed (for instance).
We should add test cases for this.

@bpkroth bpkroth changed the title Add test cases for partial dependencies Add test cases for partial dependency deployments May 8, 2023
@bpkroth bpkroth added the tests Add or fix unit tests label Oct 11, 2023
@bpkroth
Copy link
Contributor Author

bpkroth commented Dec 12, 2024

Per #898, I wonder if we could get away with mlos_core not being required by mlos_bench at all (e.g., to only use the Storage APIs or only use GridSearchOptimizer).

Likely a few helper functions would have to move around, but that might be OK.

Could be especially useful for the webui #838

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Add or fix unit tests
Projects
None yet
Development

No branches or pull requests

1 participant