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

Improve Testing Coverage for Numba Caching #1085

Merged
merged 8 commits into from
Jan 23, 2025
Merged

Improve Testing Coverage for Numba Caching #1085

merged 8 commits into from
Jan 23, 2025

Conversation

aaronzedwick
Copy link
Member

@aaronzedwick aaronzedwick commented Nov 22, 2024

Closes #964

Overview

There are several places in our code that lack functions to test them, as seen inside the code coverage. This PR addresses those files by adding test cases.

PR Checklist

General

  • An issue is linked created and linked
  • Add appropriate labels
  • Filled out Overview and Expected Usage (if applicable) sections

Testing

  • Adequate tests are created if there is new functionality
  • Tests cover all possible logical paths in your function
  • Tests are not too basic (such as simply calling a function and nothing else)

@aaronzedwick aaronzedwick changed the title DRAFT:Improve Testing Coverage DRAFT: Improve Testing Coverage Nov 22, 2024
@philipc2 philipc2 changed the title DRAFT: Improve Testing Coverage Improve Testing Coverage for Numba Caching Jan 23, 2025
@philipc2 philipc2 marked this pull request as ready for review January 23, 2025 20:40
@philipc2 philipc2 merged commit 283febf into main Jan 23, 2025
16 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.

Improve testing coverage for uxarray.utils
2 participants