From d0593726d2cf2771a50806ec36ca4f0d957b40a8 Mon Sep 17 00:00:00 2001 From: Luca Moretti Date: Tue, 22 Dec 2020 14:47:21 +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 7a500d6..38065fd 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=True) + edges = se1.estimate_structure(disable_multiprocessing=True)