Update requirements_ci.yml

This commit is contained in:
real-lhj 2023-09-07 11:00:04 +08:00
parent 7adfca0b9e
commit cbf76c1d55
2 changed files with 2 additions and 3 deletions

View File

@ -3,4 +3,4 @@ pytest-cov==2.10.0
coveralls==2.1.1
setuptools>=49.6.0
tqdm>=4.62.3
einops

View File

@ -11,12 +11,11 @@ import yaml
import time
import importlib as imp
import numpy as np
from utils import import_ts_data_unsupervised
from utils import import_ts_data_unsupervised
from deepod.metrics import ts_metrics, point_adjustment
dataset_root = f'/home/{getpass.getuser()}/dataset/5-TSdata/_processed_data/'
parser = argparse.ArgumentParser()
parser.add_argument("--runs", type=int, default=5,
help="how many times we repeat the experiments to obtain the average performance")