Skip to content

Commit

Permalink
Update neural_bow.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto committed Dec 12, 2024
1 parent 9bcf6bc commit 82d27f5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions examples/notebooks/neural_bow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -721,13 +721,8 @@
"metadata": {},
"outputs": [],
"source": [
"sol_code_path = os.path.join('Verifier.sol')\n",
"abi_path = os.path.join('Verifier.abi')\n",
"\n",
"res = await ezkl.create_evm_verifier()\n",
"\n",
"assert res == True\n",
"assert os.path.isfile(sol_code_path)"
"assert res == True\n"
]
},
{
Expand Down

0 comments on commit 82d27f5

Please sign in to comment.