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

Add test for pure mode with comparisons with namaster #82

Merged
merged 25 commits into from
Jan 9, 2024

Conversation

xgarrido
Copy link
Collaborator

@xgarrido xgarrido commented Oct 25, 2023

Adding test and fixing some issues with fortran code

Fix #80

xgarrido and others added 24 commits July 17, 2023 15:50
pixell is broken with the latest version of pillow (see #65 (comment))
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.1 to 2.15.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.14.1...v2.15.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@xgarrido xgarrido added the enhancement New feature or request label Oct 25, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #82 (40987d9) into master (1d5d873) will not change coverage.
The diff coverage is 60.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #82   +/-   ##
=======================================
  Coverage   33.62%   33.62%           
=======================================
  Files          19       19           
  Lines        2091     2091           
=======================================
  Hits          703      703           
  Misses       1388     1388           
Files Coverage Δ
pspy/sph_tools.py 28.91% <60.00%> (ø)

Actually the calculated values were correct since the pre-factor were zero but we never know when
accessing unkown places of memory
@xgarrido xgarrido merged commit ea8d7b6 into master Jan 9, 2024
20 checks passed
@xgarrido xgarrido deleted the fixes-pure-bb branch January 9, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid memory accesses in calc_coupling_elem_spin0and2_pure?
4 participants