Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Treat keyboard interruption during training as a warning, and update the docs #391

Merged
merged 3 commits into from
May 8, 2024

Conversation

WenjieDu
Copy link
Owner

@WenjieDu WenjieDu commented May 8, 2024

What does this PR do?

  1. treat keyboard interruption during training as a warning;
  2. update the docs;

Before submitting

  • This PR is made to fix a typo or improve the docs (you can dismiss the other checks if this is the case).
  • I have commented my code, particularly in hard-to-understand areas.
  • I have written necessary tests and already run them locally.

@coveralls
Copy link
Collaborator

coveralls commented May 8, 2024

Pull Request Test Coverage Report for Build 8998459338

Details

  • 1 of 41 (2.44%) changed or added relevant lines in 11 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.2%) to 82.464%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pypots/classification/base.py 0 4 0.0%
pypots/clustering/base.py 0 4 0.0%
pypots/clustering/crli/model.py 0 4 0.0%
pypots/clustering/vader/model.py 0 4 0.0%
pypots/forecasting/base.py 0 4 0.0%
pypots/forecasting/csdi/model.py 0 4 0.0%
pypots/imputation/base.py 0 4 0.0%
pypots/imputation/csdi/model.py 0 4 0.0%
pypots/imputation/gpvae/model.py 0 4 0.0%
pypots/imputation/usgan/model.py 0 4 0.0%
Totals Coverage Status
Change from base Build 8980856697: -0.2%
Covered Lines: 8192
Relevant Lines: 9934

💛 - Coveralls

@WenjieDu WenjieDu merged commit 9cdd37a into main May 8, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants