add check for invalid start_index when inferring.#109
Open
ChrisBarker-NOAA wants to merge 34 commits intomainfrom
Open
add check for invalid start_index when inferring.#109ChrisBarker-NOAA wants to merge 34 commits intomainfrom
ChrisBarker-NOAA wants to merge 34 commits intomainfrom
Conversation
* fixed data_vars bug in RegularGrid - removed RegularGrid2D -- doesn't appear to be different, and not used? * fix for bug with lat (or lon) not increasing ... * made test non-square * fixed polygon subsetting for regular grid. * added tests from gitHub PR from Nesar976 * added data_vars tests * Fixed bug with regular grid mis-identifying UGRIDS * added more tests for recognise()
implement coverage tests
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...de0fac2) Updates `prefix-dev/setup-pixi` from 0.9.3 to 0.9.4 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.3...a0af7a2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.4](astral-sh/ruff-pre-commit@v0.15.0...v0.15.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Split tests and data
- Point example notebooks to docs/examples on GitHub and RTD - Fix interpreted typo and venv activate path for Unix - Add Windows venv activation hints and numpy import in snippet Made-with: Cursor Co-authored-by: Chris Barker <Chris.Barker@noaa.gov>
…-grid into ugrid_updates
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.
minor change, shouldn't break anything ...