We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9c481 commit bcf4f0dCopy full SHA for bcf4f0d
other/coordinate_compression.py
@@ -96,7 +96,6 @@ def compress(self, original: float | str) -> int:
96
3
97
>>> cc.compress(7) # Value not in the original list
98
-1
99
-
100
"""
101
return self.coordinate_map.get(original, -1)
102
0 commit comments