Not exiting code #910
Unanswered
infinite-pursuits
asked this question in
Q&A
Replies: 1 comment 2 replies
-
gnark doesn't have such option. What are you trying to achieve? When testing circuits then I suggest using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a circuit with an api.AssertIsEqual statement. When this constraint is not met, I get an error and the code is exited. Is there a way to continue running the code despite the circuit constraints not being satisfied? like a try catch block in python.
Beta Was this translation helpful? Give feedback.
All reactions