mirror of
https://github.com/allenai/olmocr.git
synced 2025-12-04 03:02:14 +00:00
Quieting some messages
This commit is contained in:
parent
8327da2415
commit
4b3660debd
@ -187,7 +187,6 @@ def load_specific_tests_cached(jsonl_file: str, test_ids_tuple: tuple):
|
|||||||
List of test objects matching the specified IDs
|
List of test objects matching the specified IDs
|
||||||
"""
|
"""
|
||||||
test_ids = set(test_ids_tuple)
|
test_ids = set(test_ids_tuple)
|
||||||
logger.info(f"Loading {len(test_ids)} specific tests from {jsonl_file}")
|
|
||||||
|
|
||||||
relevant_tests = []
|
relevant_tests = []
|
||||||
with open(jsonl_file, 'r') as f:
|
with open(jsonl_file, 'r') as f:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user