Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
pip install coverage
- name: Analysing the code with pylint
run: |
pylint --fail-under=${FAIL_UNDER} basicts scripts tests
isort -c basicts scripts tests
pylint --fail-under=${FAIL_UNDER} src/basicts scripts tests
isort -c src/basicts scripts tests
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pip install torch==1.10.0+cu111 torchvision==0.11.0+cu111 torchaudio==0.10.0 -f
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:

```bash
cd /path/to/BasicTS # not BasicTS/basicts
cd /path/to/YourProject # not BasicTS/basicts
unzip /path/to/all_data.zip -d datasets/
```

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

```bash
cd /path/to/BasicTS # not BasicTS/basicts
cd /path/to/YourProject # not BasicTS/basicts
unzip /path/to/all_data.zip -d datasets/
```

Expand Down
Empty file.
270 changes: 0 additions & 270 deletions tests/basicts_test/data_test/test_simple_tsf_dataset.py

This file was deleted.

Empty file.
49 changes: 0 additions & 49 deletions tests/basicts_test/metrics_test/test_mae.py

This file was deleted.

49 changes: 0 additions & 49 deletions tests/basicts_test/metrics_test/test_mape.py

This file was deleted.

Loading
Loading