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

New Bounds for scanalyzer #8

Open
haz opened this issue May 6, 2021 · 0 comments
Open

New Bounds for scanalyzer #8

haz opened this issue May 6, 2021 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@haz
Copy link
Contributor

haz commented May 6, 2021

These plans seem to not be accepted by the API (val is throwing an error). Code attempted to include them:

# IPC-2008
collection_id = 6
# scanalyzer
domain_id = 63

problems = api.get_problems(domain_id)
problem = problems[0]

problem_id = problem['problem_id']
plan = api.get_plan(problem_id)

api.submit_plan(problem_id, plan)
@haz haz added the bug Something isn't working label May 6, 2021
@haz haz added this to the 1.* milestone May 18, 2023
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

1 participant