[pre-commit.ci] pre-commit autoupdate#123
Merged
Merged
Conversation
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.13 → v0.15.14](astral-sh/ruff-pre-commit@v0.15.13...v0.15.14)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #123 +/- ##
=======================================
Coverage 98.88% 98.88%
=======================================
Files 22 22
Lines 989 989
Branches 103 103
=======================================
Hits 978 978
Misses 6 6
Partials 5 5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
steven-murray
approved these changes
May 26, 2026
kartikmandar
added a commit
to kartikmandar/matvis
that referenced
this pull request
Jun 11, 2026
Integrates ~40 upstream commits (through PR HERA-Team#123) onto the polarized-sky branch. Conflicts resolved in 4 files: - core/getz.py: kept the polarized m_matrix Z-path; adopted upstream's memory-efficient unpolarized branch (PR HERA-Team#120, beam_idx loop instead of fancy indexing) and the reshape-rebind idiom in both branches. - gpu/gpu.py: kept both upstream's memory_buffer param and our stokes/raise_on_negative_flux params. - wrapper.py: kept both upstream's coord_method/coord_method_params/ matprod_method params and our stokes/raise_on_negative_flux params, in the signature, docstring, and the per-frequency backend call. - setup.cfg: accepted upstream's deletion (config migrated to pyproject.toml). Ported our additions into pyproject.toml: the `benchmark` pytest marker, and the E741 lint ignores for coherency.py and tests (flake8 -> ruff migration; E741 is in ruff's selected "E" group and our Stokes I/Q/U/V variable names trigger it).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
updates: