Skip to content

Commit 26440ae

Browse files
authored
Add files via upload
1 parent 758fda9 commit 26440ae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyae.py

-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ class ArithmeticEncoding:
66
"""
77

88
def __init__(self, frequency_table):
9-
10-
frequency_table = frequency_table
119
self.probability_table = self.get_probability_table(frequency_table)
1210

13-
self.probability_table
14-
1511
def get_probability_table(self, frequency_table):
1612
"""
1713
Calculates the probability table out of the frequency table.

0 commit comments

Comments
 (0)