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

v2.0.2 #601

Merged
merged 43 commits into from
Sep 5, 2024
Merged

v2.0.2 #601

merged 43 commits into from
Sep 5, 2024

Conversation

yzhao062
Copy link
Owner

All Submissions Basics:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you checked all Issues to tie the PR to a specific one?

All Submissions Cores:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully ran tests with your changes locally?
  • Does your submission pass tests, including CircleCI, Travis CI, and AppVeyor?
  • Does your submission have appropriate code coverage? The cutoff threshold is 95% by Coversall.

New Model Submissions:

  • Have you created a .py in ~/pyod/models/?
  • Have you created a _example.py in ~/examples/?
  • Have you created a test_.py in ~/pyod/test/?
  • Have you lint your code locally prior to submission?

@coveralls
Copy link

coveralls commented Jul 22, 2024

Pull Request Test Coverage Report for Build 10046360309

Details

  • 1091 of 1213 (89.94%) changed or added relevant lines in 46 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+1.0%) to 95.215%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pyod/models/cof.py 6 7 85.71%
pyod/models/iforest.py 46 47 97.87%
pyod/test/test_ae1svm.py 77 78 98.72%
pyod/test/test_devnet.py 82 83 98.8%
pyod/utils/torch_utility.py 6 7 85.71%
pyod/models/auto_encoder.py 2 4 50.0%
pyod/models/base_dl.py 2 4 50.0%
pyod/models/deep_svdd.py 2 4 50.0%
pyod/models/gaal_base.py 6 8 75.0%
pyod/models/lunar.py 14 16 87.5%
Files with Coverage Reduction New Missed Lines %
pyod/models/alad.py 1 90.0%
Totals Coverage Status
Change from base Build 9622700450: 1.0%
Covered Lines: 9889
Relevant Lines: 10386

💛 - Coveralls

@yzhao062 yzhao062 merged commit 63f21a1 into master Sep 5, 2024
13 of 28 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.

6 participants