Skip to content

Commit

Permalink
Merge pull request #518 from Consensys/fix/flaky-fri-test
Browse files Browse the repository at this point in the history
fix: flaky FRI test
  • Loading branch information
ThomasPiellard committed Jul 4, 2024
2 parents 5d8b5fa + a8e59e4 commit f483b7d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ecc/bls12-377/fr/fri/fri_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bls12-378/fr/fri/fri_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bls12-381/fr/fri/fri_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bls24-315/fr/fri/fri_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bls24-317/fr/fri/fri_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bn254/fr/fri/fri_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bw6-633/fr/fri/fri_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bw6-756/fr/fri/fri_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecc/bw6-761/fr/fri/fri_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/generator/fri/template/fri.test.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func TestFRI(t *testing.T) {
return err != nil

},
gen.Int32Range(0, int32(rho*size)),
gen.Int32Range(1, int32(rho*size)),
))

properties.Property("verifying correct opening should succeed", prop.ForAll(
Expand Down

0 comments on commit f483b7d

Please sign in to comment.