Skip to content

Commit 56cf8c4

Browse files
Update coordinate_compression.py
1 parent 2b95797 commit 56cf8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_compression/coordinate_compression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Assumption:
33
- The values to compress are assumed to be comparable,
4-
- values can be sorted and compared with '<' and '>' operators.
4+
values can be sorted and compared with '<' and '>' operators.
55
"""
66

77

0 commit comments

Comments
 (0)