From 25faaf7cde3197b4233612270aa35979933d9f15 Mon Sep 17 00:00:00 2001 From: Jonathan Diamond Date: Mon, 9 Oct 2023 14:10:26 -0700 Subject: [PATCH] PR comments. --- python/fusion_engine_client/parsers/fast_indexer.py | 13 ++++++------- python/tests/test_data_loader.py | 5 ++--- python/tests/test_mixed_log_reader.py | 8 -------- 3 files changed, 8 insertions(+), 18 deletions(-) diff --git a/python/fusion_engine_client/parsers/fast_indexer.py b/python/fusion_engine_client/parsers/fast_indexer.py index 048bbace..c27e2318 100644 --- a/python/fusion_engine_client/parsers/fast_indexer.py +++ b/python/fusion_engine_client/parsers/fast_indexer.py @@ -18,7 +18,6 @@ # This has been tuned on my laptop to where increasing the read size was giving # diminishing returns on speed. _READ_SIZE_BYTES = 80 * 1024 -_READ_WORDS = int(_READ_SIZE_BYTES / 2) _PREAMBLE = struct.unpack('