Skip to content

Commit c5efe86

Browse files
Update coordinate_compression.py
1 parent 56cf8c4 commit c5efe86

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

data_compression/coordinate_compression.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ class CoordinateCompressor:
1414
Mapping:
1515
In addition to compression and decompression, this class maintains a mapping
1616
between original values and their compressed counterparts using two data
17-
structures: a dictionary `coordinate_map` and a list `reverse_map`.
18-
17+
structures: a dictionary `coordinate_map` and a list `reverse_map`:
1918
- `coordinate_map`: A dictionary that maps original values to their compressed
2019
coordinates. Keys are original values, and values are compressed coordinates.
21-
2220
- `reverse_map`: A list used for reverse mapping, where each index corresponds
2321
to a compressed coordinate, and the value at that index is the original value.
2422

0 commit comments

Comments
 (0)