ARIMA_SAX_Hybrid_Forecaster/tests/__init__.py

6 lines
177 B
Python
Raw Permalink Normal View History

# Tests package
import os
import sys
# allow `import src` from the repo root during test runs
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))