Skip to content

Commit 548accd

Browse files
committed
chore: 🤖 fix pylint&tests and update docs
1 parent 89dc8e0 commit 548accd

17 files changed

Lines changed: 17 additions & 768 deletions

.github/workflows/pylint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
pip install coverage
2525
- name: Analysing the code with pylint
2626
run: |
27-
pylint --fail-under=${FAIL_UNDER} basicts scripts tests
28-
isort -c basicts scripts tests
27+
pylint --fail-under=${FAIL_UNDER} src/basicts scripts tests
28+
isort -c src/basicts scripts tests

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pip install torch==1.10.0+cu111 torchvision==0.11.0+cu111 torchaudio==0.10.0 -f
6666
You can download the `all_data.zip` file from https://drive.google.com/drive/folders/14EJVODCU48fGK0FkyeVom_9lETh80Yjp?usp=sharing or https://pan.baidu.com/s/1shA2scuMdZHlx6pj35Dl7A?pwd=s2xe. Extract the file to the `datasets/` directory:
6767

6868
```bash
69-
cd /path/to/BasicTS # not BasicTS/basicts
69+
cd /path/to/YourProject # not BasicTS/basicts
7070
unzip /path/to/all_data.zip -d datasets/
7171
```
7272

docs/getting_started_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pip install torch==1.10.0+cu111 torchvision==0.11.0+cu111 torchaudio==0.10.0 -f
6666
您可以从 [Google Drive](https://drive.google.com/drive/folders/14EJVODCU48fGK0FkyeVom_9lETh80Yjp?usp=sharing)[百度网盘](https://pan.baidu.com/s/1shA2scuMdZHlx6pj35Dl7A?pwd=s2xe) 下载 `all_data.zip` 文件。将文件解压到 `datasets/` 目录:
6767

6868
```bash
69-
cd /path/to/BasicTS # not BasicTS/basicts
69+
cd /path/to/YourProject # not BasicTS/basicts
7070
unzip /path/to/all_data.zip -d datasets/
7171
```
7272

tests/basicts_test/data_test/__init__.py

Whitespace-only changes.

tests/basicts_test/data_test/test_simple_tsf_dataset.py

Lines changed: 0 additions & 270 deletions
This file was deleted.

tests/basicts_test/metrics_test/__init__.py

Whitespace-only changes.

tests/basicts_test/metrics_test/test_mae.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

tests/basicts_test/metrics_test/test_mape.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)