diff --git a/main_package/tests/estimators/test_structure_constraint_based_estimator_server.py b/main_package/tests/estimators/test_structure_constraint_based_estimator_server.py index aaa770e..3b2d60f 100644 --- a/main_package/tests/estimators/test_structure_constraint_based_estimator_server.py +++ b/main_package/tests/estimators/test_structure_constraint_based_estimator_server.py @@ -50,15 +50,7 @@ class TestStructureConstraintBasedEstimator(unittest.TestCase): se1 = se.StructureConstraintBasedEstimator(self.s1,0.1,0.1) - edges = se1.estimate_structure( - max_parents = None, - iterations_number = 100, - patience = 35, - tabu_length = 15, - tabu_rules_duration = 15, - optimizer = 'tabu', - disable_multiprocessing=True - ) + dges = se1.estimate_structure(disable_multiprocessing=False)