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

Better testing #4

Open
sameersingh opened this issue Jul 30, 2020 · 0 comments
Open

Better testing #4

sameersingh opened this issue Jul 30, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@sameersingh
Copy link
Contributor

We should think about keeping a list of "tasks", a list of constraints for each, and a list of solvers, and given these run a cross product of all solvers on all tasks and all constraints (assert the posteriors match the constraints).

Currently, there's a single model, single constraint, and we're writing essentially same code again and again.

We need to ensure there's an easy way for a solver to skip a constraint, e.g. no parsing if it's a black-box constraint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants