mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
use zstandard library (#33110)
* use zstandard * run 10 * bye bye * this was a little overzealous * clean up old-commit-hash: 1b3b5ab75857465f58ec8a687db04c8ee0470e05
This commit is contained in:
@@ -8,7 +8,7 @@ import shutil
|
||||
import subprocess
|
||||
import time
|
||||
import numpy as np
|
||||
import zstd
|
||||
import zstandard as zstd
|
||||
from collections import Counter, defaultdict
|
||||
from functools import cached_property
|
||||
from pathlib import Path
|
||||
@@ -207,7 +207,7 @@ class TestOnroad:
|
||||
if f.name == "qcamera.ts":
|
||||
assert 2.15 < sz < 2.35
|
||||
elif f.name == "qlog":
|
||||
assert 0.4 < sz < 0.5
|
||||
assert 0.45 < sz < 0.55
|
||||
elif f.name == "rlog":
|
||||
assert 5 < sz < 50
|
||||
elif f.name.endswith('.hevc'):
|
||||
|
||||
Reference in New Issue
Block a user