All examples failing with mock #224
-
Hi, on my end all examples throw "error: constraint not satisfied" for both the latest commit and the commit on 14th of April that I was initially using (a3017cf) when using the mock command. For example, running 1l_div throws:
When the "output_data" in the input.json is empty the run succeeds for the commit on April the 14th (a3017cf).> Tested on both a mac and linux machine, reinstalled everything from scratch. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Heya @biancaganescu can you give me some more details ? we run all of these tests in our CI pipeline and they are passing. Also ran them locally and they are fine. Can you let me know if all the tests run by See here for instance: https://github.com/zkonduit/ezkl/actions/runs/4892091504/jobs/8733936871 |
Beta Was this translation helpful? Give feedback.
Issue was locally modified .json files. @lancenonce we need to make it clearer in the docs that the forward pass is required to account for quantization error.
Bar that pyezkl should account for it when generating input.json.