Skip to content

Commit

Permalink
Remove wrapper failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonamela committed Nov 17, 2024
1 parent 849334d commit d015b54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def __init__(self, base_path: str):
self.fail_actor = "prover"
# self.fail_step = "1234567890"
# self.fail_step = "0"
self.fail_step = "29"
# self.fail_step = None
# self.fail_step = "29"
self.fail_step = None
# self.fail_type = "--fail-execute"
self.fail_type = "--fail-hash"
# self.fail_type = "--fail-pc"
Expand Down

0 comments on commit d015b54

Please sign in to comment.