Skip to content

Commit 387a297

Browse files
committed
test structure
1 parent 3883a0b commit 387a297

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

tests/operators/__init__.py

Whitespace-only changes.

tests/operators/common/__init__.py

Whitespace-only changes.

tests/operators/forecast/test_explainers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
from ads.opctl.operator.lowcode.forecast.operator_config import (
2727
ForecastOperatorConfig,
2828
)
29-
30-
from ..common.timeseries_syn_gen import TimeSeriesGenerator
29+
from tests.operators.common.timeseries_syn_gen import TimeSeriesGenerator
3130

3231
MODELS = [
3332
"arima",

0 commit comments

Comments
 (0)