We fixed the scope issue, but we don't get the expected results from the ThreeFixes test when six = 6 is in scope. Checking to see if it happens also in CI.
@lapplislazuli could you take a look at this issue? I fixed the scope issue, but now the tests using the Genetic search are way slower and not finding any solution. The PseudoGenetic search still works.
We fixed the scope issue, but we don't get the expected results from the
ThreeFixes
test whensix = 6
is in scope. Checking to see if it happens also in CI.