From c45c3e367376903369533252a4a197f491e3b299 Mon Sep 17 00:00:00 2001 From: Luca Moretti Date: Tue, 22 Dec 2020 14:47:04 +0100 Subject: [PATCH] Fixed Typo --- .../test_structure_constraint_based_estimator_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3b2d60f..7a500d6 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,7 +50,7 @@ class TestStructureConstraintBasedEstimator(unittest.TestCase): se1 = se.StructureConstraintBasedEstimator(self.s1,0.1,0.1) - dges = se1.estimate_structure(disable_multiprocessing=False) + dges = se1.estimate_structure(disable_multiprocessing=True)