Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 446cbe2

Browse files
MaximSmolskiycclauss
andauthored
Update other/coordinate_compression.py
Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 6a3c642 commit 446cbe2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎other/coordinate_compression.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def decompress(self, num: int) -> int | float | str:
115115
10
116116
>>> cc.decompress(5) # Compressed coordinate out of range
117117
-1
118-
119118
"""
120119
return self.reverse_map[num] if num < len(self.reverse_map) else -1
121120

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /