Fix linter
This commit is contained in:
parent
5a551a0aa6
commit
9134cd1e8f
|
@ -9,6 +9,7 @@ from eth2spec.test.helpers.sharding import (
|
||||||
)
|
)
|
||||||
from eth2spec.utils.bls import BLS_MODULUS
|
from eth2spec.utils.bls import BLS_MODULUS
|
||||||
|
|
||||||
|
|
||||||
@with_peerdas_and_later
|
@with_peerdas_and_later
|
||||||
@spec_test
|
@spec_test
|
||||||
@single_phase
|
@single_phase
|
||||||
|
@ -25,6 +26,7 @@ def test_fft(spec):
|
||||||
assert len(poly_eval) == len(poly_coeff) == len(poly_coeff_inversed)
|
assert len(poly_eval) == len(poly_coeff) == len(poly_coeff_inversed)
|
||||||
assert poly_coeff_inversed == poly_coeff
|
assert poly_coeff_inversed == poly_coeff
|
||||||
|
|
||||||
|
|
||||||
@with_peerdas_and_later
|
@with_peerdas_and_later
|
||||||
@spec_test
|
@spec_test
|
||||||
@single_phase
|
@single_phase
|
||||||
|
|
Loading…
Reference in New Issue