You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test/Assert helper will compile circuit twice to ensure the output constraint system is deterministic.
If Compile mutates the circuit (user-defined logic in Define), then the error from the assert should be contextualized (ie. "non deterministic compilation: %v error").
The text was updated successfully, but these errors were encountered:
The
test/Assert
helper will compile circuit twice to ensure the output constraint system is deterministic.If
Compile
mutates the circuit (user-defined logic inDefine
), then the error from the assert should be contextualized (ie. "non deterministic compilation: %v error").The text was updated successfully, but these errors were encountered: