Skip to content

Commit fa07c59

Browse files
Update coordinate_compression.py
1 parent c5efe86 commit fa07c59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

data_compression/coordinate_compression.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ class CoordinateCompressor:
2020
- `reverse_map`: A list used for reverse mapping, where each index corresponds
2121
to a compressed coordinate, and the value at that index is the original value.
2222
23-
Example mapping:
24-
23+
Example of mapping:
2524
Original: 10, Compressed: 0
2625
Original: 52, Compressed: 1
2726
Original: 83, Compressed: 2

0 commit comments

Comments
 (0)