Skip to content

Commit

Permalink
chore: recover test
Browse files Browse the repository at this point in the history
  • Loading branch information
eigmax committed Jan 12, 2025
1 parent c2bc067 commit eb6e97c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zkvm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ fn generate_verifier<F: FieldElement>(
agg_stage: false,
};
if !setup.starkinfo.qs.is_empty() {
let pil_json = pil_export::<F>(pil);
let pil_json = pil_export::<F>(&n);
let str_ver = pil2circom::pil2circom(
&pil_json,
&setup.const_root,
Expand Down Expand Up @@ -412,6 +412,7 @@ mod tests {
}

#[test]
#[ignore]
fn test_zkvm_lr_prove() {
env_logger::try_init().unwrap_or_default();
zkvm_execute_and_prove("lr", "".to_string(), "/tmp/test_lr").unwrap();
Expand Down

0 comments on commit eb6e97c

Please sign in to comment.