Skip to content

Commit 8b99d69

Browse files
Update coordinate_compression.py
1 parent e916fc7 commit 8b99d69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data_compression/coordinate_compression.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ def compress_coordinates(self) -> None:
6666
>>> cc.coordinate_map[83]
6767
2
6868
>>> cc.coordinate_map[80] # Value not in the original list
69-
-1
69+
Traceback (most recent call last):
70+
...
71+
KeyError: 80
7072
>>> cc.reverse_map[2]
7173
83
7274
"""

0 commit comments

Comments
 (0)