Skip to content

Commit

Permalink
Fix pinned vk test
Browse files Browse the repository at this point in the history
  • Loading branch information
ed255 committed Jan 5, 2024
1 parent 58c9567 commit 1bc84ca
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions halo2_proofs/tests/plonk_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ fn plonk_api() {
),
},
Fixed {
query_index: 2,
query_index: 0,
column_index: 2,
rotation: Rotation(
0,
Expand All @@ -665,7 +665,7 @@ fn plonk_api() {
),
},
Fixed {
query_index: 3,
query_index: 1,
column_index: 3,
rotation: Rotation(
0,
Expand All @@ -691,7 +691,7 @@ fn plonk_api() {
},
),
Fixed {
query_index: 5,
query_index: 2,
column_index: 1,
rotation: Rotation(
0,
Expand All @@ -709,7 +709,7 @@ fn plonk_api() {
),
},
Fixed {
query_index: 4,
query_index: 3,
column_index: 4,
rotation: Rotation(
0,
Expand All @@ -720,7 +720,7 @@ fn plonk_api() {
),
Product(
Fixed {
query_index: 1,
query_index: 4,
column_index: 0,
rotation: Rotation(
0,
Expand All @@ -746,7 +746,7 @@ fn plonk_api() {
),
Product(
Fixed {
query_index: 6,
query_index: 5,
column_index: 5,
rotation: Rotation(
0,
Expand Down Expand Up @@ -851,7 +851,7 @@ fn plonk_api() {
fixed_queries: [
(
Column {
index: 6,
index: 2,
column_type: Fixed,
},
Rotation(
Expand All @@ -860,7 +860,7 @@ fn plonk_api() {
),
(
Column {
index: 0,
index: 3,
column_type: Fixed,
},
Rotation(
Expand All @@ -869,7 +869,7 @@ fn plonk_api() {
),
(
Column {
index: 2,
index: 1,
column_type: Fixed,
},
Rotation(
Expand All @@ -878,7 +878,7 @@ fn plonk_api() {
),
(
Column {
index: 3,
index: 4,
column_type: Fixed,
},
Rotation(
Expand All @@ -887,7 +887,7 @@ fn plonk_api() {
),
(
Column {
index: 4,
index: 0,
column_type: Fixed,
},
Rotation(
Expand All @@ -896,7 +896,7 @@ fn plonk_api() {
),
(
Column {
index: 1,
index: 5,
column_type: Fixed,
},
Rotation(
Expand All @@ -905,7 +905,7 @@ fn plonk_api() {
),
(
Column {
index: 5,
index: 6,
column_type: Fixed,
},
Rotation(
Expand Down Expand Up @@ -978,7 +978,7 @@ fn plonk_api() {
],
table_expressions: [
Fixed {
query_index: 0,
query_index: 6,
column_index: 6,
rotation: Rotation(
0,
Expand Down

0 comments on commit 1bc84ca

Please sign in to comment.