Skip to content

Commit e9bcc9e

Browse files
author
grigory
committed
Fix initialization of G-Fast-SCAN codec
1 parent e9f39e9 commit e9bcc9e

File tree

1 file changed

+1
-0
lines changed
  • python_polar_coding/polar_codes/g_fast_scan

1 file changed

+1
-0
lines changed

python_polar_coding/polar_codes/g_fast_scan/codec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def __init__(
1717
pcc_method: str = RCSCANPolarCodec.BHATTACHARYYA,
1818
AF: int = 1,
1919
I: int = 1,
20+
* args, **kwargs,
2021
):
2122

2223
self.AF = AF

0 commit comments

Comments
 (0)