From f4fe6c6138ce1134264c175dfe329929b56d83e3 Mon Sep 17 00:00:00 2001 From: bskrlj Date: Wed, 10 Jan 2024 15:12:01 +0100 Subject: [PATCH] tests --- tests/ranking_module_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ranking_module_test.py b/tests/ranking_module_test.py index c7cf1d4..c4535f5 100644 --- a/tests/ranking_module_test.py +++ b/tests/ranking_module_test.py @@ -34,6 +34,7 @@ class args: interaction_order: int = 3 combination_number_upper_bound: int = 1024 disable_tqdm: bool = False + mi_stratified_sampling_ratio: float = 1.0 class CompareStrategiesTest(unittest.TestCase):