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

Added implementation for 1D linear interpolation to regridding.regrid() #1

Merged
merged 5 commits into from
Dec 4, 2023

Improved test coverage for `regridding.regrid()`.

9eeb0f2
Select commit
Loading
Failed to load commit list.
Merged

Added implementation for 1D linear interpolation to regridding.regrid() #1

Improved test coverage for `regridding.regrid()`.
9eeb0f2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 4, 2023 in 0s

96.31% of diff hit (target 85.01%)

View this Pull Request on Codecov

96.31% of diff hit (target 85.01%)

Annotations

Check warning on line 71 in regridding/_regrid/_regrid_from_weights.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

regridding/_regrid/_regrid_from_weights.py#L71

Added line #L71 was not covered by tests

Check warning on line 136 in regridding/_weights/_weights.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

regridding/_weights/_weights.py#L136

Added line #L136 was not covered by tests

Check warning on line 53 in regridding/_weights/_weights_conservative.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

regridding/_weights/_weights_conservative.py#L53

Added line #L53 was not covered by tests

Check warning on line 71 in regridding/_weights/_weights_conservative.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

regridding/_weights/_weights_conservative.py#L71

Added line #L71 was not covered by tests

Check warning on line 78 in regridding/_weights/_weights_multilinear.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

regridding/_weights/_weights_multilinear.py#L78

Added line #L78 was not covered by tests

Check warning on line 109 in regridding/_weights/_weights_multilinear.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

regridding/_weights/_weights_multilinear.py#L109

Added line #L109 was not covered by tests