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

Warnings tests #218

Merged
merged 95 commits into from
Jul 24, 2024
Merged

Warnings tests #218

merged 95 commits into from
Jul 24, 2024

Conversation

steven-murray
Copy link
Collaborator

@steven-murray steven-murray commented Jun 27, 2024

Adds a warnings tests CI, and fixes the warnings being raised.

Fixes #219

steven-murray and others added 30 commits March 27, 2023 21:21
fix: camb requirement bug
updates:
- [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2)
updates:
- [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](asottile/pyupgrade@v3.3.2...v3.4.0)
Bumps [mpmath](https://github.com/fredrik-johansson/mpmath) from 1.0.0 to 1.3.0.
- [Release notes](https://github.com/fredrik-johansson/mpmath/releases)
- [Changelog](https://github.com/mpmath/mpmath/blob/master/CHANGES)
- [Commits](mpmath/mpmath@1.0.0...1.3.0)

---
updated-dependencies:
- dependency-name: mpmath
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
chore(deps-dev): bump mpmath from 1.0.0 to 1.3.0
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.3.2...41.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
chore(deps-dev): bump cryptography from 3.3.2 to 41.0.0
updates:
- [github.com/asottile/pyupgrade: v3.4.0 → v3.6.0](asottile/pyupgrade@v3.4.0...v3.6.0)
updates:
- [github.com/asottile/pyupgrade: v3.6.0 → v3.7.0](asottile/pyupgrade@v3.6.0...v3.7.0)
updates:
- [github.com/asottile/pyupgrade: v3.7.0 → v3.8.0](asottile/pyupgrade@v3.7.0...v3.8.0)
test: fix simpson integration for new scipy
dependabot bot and others added 20 commits February 6, 2024 03:04
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.6...42.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
chore(deps-dev): bump cryptography from 41.0.6 to 42.0.0
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.0...42.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
chore(deps-dev): bump cryptography from 42.0.0 to 42.0.2
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.2...42.0.4)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
chore(deps-dev): bump cryptography from 42.0.2 to 42.0.4
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.3.0](psf/black-pre-commit-mirror@23.12.1...24.3.0)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
updates:
- [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.4.0](psf/black-pre-commit-mirror@24.3.0...24.4.0)
updates:
- [github.com/psf/black-pre-commit-mirror: 24.4.0 → 24.4.2](psf/black-pre-commit-mirror@24.4.0...24.4.2)
updates:
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
Copy link

codecov bot commented Jun 27, 2024

Codecov Report

Attention: Patch coverage is 91.42857% with 3 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@7545931). Learn more about missing BASE report.

Files Patch % Lines
src/hmf/halos/mass_definitions.py 71.42% 2 Missing ⚠️
src/hmf/helpers/sample.py 90.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #218   +/-   ##
=======================================
  Coverage        ?   86.96%           
=======================================
  Files           ?       26           
  Lines           ?     2416           
  Branches        ?        0           
=======================================
  Hits            ?     2101           
  Misses          ?      315           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@steven-murray steven-murray changed the base branch from dev to main July 24, 2024 14:28
@steven-murray steven-murray merged commit 57e31ca into main Jul 24, 2024
10 of 20 checks passed
@steven-murray steven-murray deleted the warnings-tests branch July 24, 2024 15:45
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.

simpson in scipy 1.14.0
1 participant