From dbadd1278544afe0e04cc6d1cf9f7e6a3882c6b1 Mon Sep 17 00:00:00 2001 From: Luca Moretti Date: Tue, 2 Mar 2021 15:44:46 +0100 Subject: [PATCH] Deleted some \n --- PyCTBN/PyCTBN/estimators/structure_score_based_estimator.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/PyCTBN/PyCTBN/estimators/structure_score_based_estimator.py b/PyCTBN/PyCTBN/estimators/structure_score_based_estimator.py index 358b6b8..cc5cffa 100644 --- a/PyCTBN/PyCTBN/estimators/structure_score_based_estimator.py +++ b/PyCTBN/PyCTBN/estimators/structure_score_based_estimator.py @@ -234,7 +234,3 @@ class StructureScoreBasedEstimator(StructureEstimator): #print(f" lo score per {node_id} risulta: {score} ") return score - - - -