Skip to content

Reduce runtime of hspow_vectors and split it up

Ghost User requested to merge (removed):ticket991_mr into main

Two patches in here to address #991 (closed). I split up the tests into labeled functions for each individual solve and verify. This then revealed that one of the solves was tuned incorrectly and taking much longer than intended. The other patch changes the initial nonce value on that particular solve.

Merge request reports