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 fcca69c commit dac5b91Copy full SHA for dac5b91
1 file changed
test.py
@@ -2,7 +2,11 @@
2
3
4
def test_lib():
5
- gps_data = [(-1,0,0),(1628667993, 4.56543, -110.53621), (1628667994, 4.56553, -110.53625)]
+ gps_data = [
6
+ (-1,0,0),
7
+ (1628667993, 4.56543, -110.53621),
8
+ (1628667994, 4.56553, -110.53625)
9
+ ]
10
expected_encoded = '`o|sfjA??ya_fpo@}tzZhbtaT@SF'
11
12
print("Encode/decode:")
0 commit comments