From 5806301c73d688ede0fa8d18cfab531f08ae1dbf Mon Sep 17 00:00:00 2001 From: WenjieDu Date: Mon, 11 Jul 2022 14:01:33 +0800 Subject: [PATCH] doc: update readme; --- README.md | 2 +- pypots/tests/test_imputation.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 536515bc..8701aa14 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ or `Wenjie Du. PyPOTS: A Python Toolbox for Data Mining on Partially-Observed Time Series. https://github.com/wenjiedu/pypots` --- -‼️ PyPOTS is currently under developing. If you like it and look forward to its growth, please give PyPOTS a star and watch it to keep you posted on its progress and to let me know that its development is meaningful. If you have any feedback, or want to contribute ideas/suggestions or share time-series related algorithms/papers, please join PyPOTS community and , or [drop me an email](mailto:wenjay.du@gmail.com). +‼️ PyPOTS is currently under developing. If you like it and look forward to its growth, please give PyPOTS a star and watch it to keep you posted on its progress and to let me know that its development is meaningful. If you have any feedback, or want to contribute ideas/suggestions or share time-series related algorithms/papers, please join PyPOTS community and , or create an issue. Thank you all for your attention! 😃 diff --git a/pypots/tests/test_imputation.py b/pypots/tests/test_imputation.py index f0287a5b..160d5e92 100644 --- a/pypots/tests/test_imputation.py +++ b/pypots/tests/test_imputation.py @@ -16,7 +16,7 @@ BRITS, LOCF, ) -from pypots.tests.unified_data_for_test import DATA, DEVICE +from pypots.tests.unified_data_for_test import DATA from pypots.utils.metrics import cal_mae EPOCH = 5