From a21e8a6bf92d2c98038f792833fcc941b242ffa3 Mon Sep 17 00:00:00 2001 From: Luca Moretti Date: Tue, 22 Dec 2020 14:43:23 +0100 Subject: [PATCH] Fixed Typo --- ...test_structure_constraint_based_estimator_server.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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 1f37831..aaa770e 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 @@ -37,15 +37,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=False - ) + edges = se1.estimate_structure(disable_multiprocessing=False) self.importer = ji.JsonImporter("/home/alessandro/Documents/ctbn_cba/data/networks_and_trajectories_ternary_data_15.json", 'samples', 'dyn.str', 'variables', 'Time', 'Name')