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):