From 8a13c33b930e0307aed8e6653f0e83518cd832d6 Mon Sep 17 00:00:00 2001 From: Filippo Martini Date: Mon, 7 Dec 2020 20:29:24 +0100 Subject: [PATCH] delete init.py in deprecated folder --- PyCTBN/deprecated/__init__.py | 0 PyCTBN/tests/performance_comparisons.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 PyCTBN/deprecated/__init__.py diff --git a/PyCTBN/deprecated/__init__.py b/PyCTBN/deprecated/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/PyCTBN/tests/performance_comparisons.py b/PyCTBN/tests/performance_comparisons.py index 4079a95..10f8270 100644 --- a/PyCTBN/tests/performance_comparisons.py +++ b/PyCTBN/tests/performance_comparisons.py @@ -8,7 +8,7 @@ import timeit from ..PyCTBN.sample_path import SamplePath from ..PyCTBN.structure_estimator import StructureEstimator from ..PyCTBN.json_importer import JsonImporter -from PyCTBN.tests.original_ctpc_algorithm import OriginalCTPCAlgorithm +from .original_ctpc_algorithm import OriginalCTPCAlgorithm class PerformanceComparisons(unittest.TestCase):