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

Prepare SPAT for when step scaling becomes obsolete #63

Open
Jellix opened this issue Jul 19, 2020 · 0 comments
Open

Prepare SPAT for when step scaling becomes obsolete #63

Jellix opened this issue Jul 19, 2020 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@Jellix
Copy link
Member

Jellix commented Jul 19, 2020

Describe the bug
Currently we output scaled steps (as we should) for the --suggest option and the 1.2 branch extended on that concept that we scale steps already as early as reading them. The development release of SPARK fixed the distinction between raw and scaled steps in the JSON output (i.e. check_tree vs. stats object).

Expected Behavior
To prepare for future releases of SPARK, SPAT should be able to detect if step scaling is actually needed and skip the scaling if not. If there is at least one successful proof, we can infer that information from the difference of reported steps in the check_tree array and the corresponding stats object.
Alternatively, we may provide a command line switch to enable scaling or not.

@Jellix Jellix added bug Something isn't working enhancement New feature or request labels Jul 19, 2020
@Jellix Jellix added this to the V2.0.0 milestone Jul 19, 2020
@Jellix Jellix self-assigned this Jul 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant