mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-03-02 11:10:35 +00:00
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…
x
Reference in New Issue
Block a user