13 lines
631 B
Diff
13 lines
631 B
Diff
diff -up zstandard-0.15.1/tests/test_data_structures.py.orig zstandard-0.15.1/tests/test_data_structures.py
|
|
--- zstandard-0.15.1/tests/test_data_structures.py.orig 1970-01-01 01:00:00.000000000 +0100
|
|
+++ zstandard-0.15.1/tests/test_data_structures.py 2021-02-03 12:41:52.539183516 +0100
|
|
@@ -102,7 +102,7 @@ class TestCompressionParameters(unittest
|
|
|
|
# 32-bit has slightly different values from 64-bit.
|
|
self.assertAlmostEqual(
|
|
- p.estimated_compression_context_size(), 1295064, delta=400
|
|
+ p.estimated_compression_context_size(), 1295064, delta=500
|
|
)
|
|
|
|
def test_strategy(self):
|