Skip to content

Commit

Permalink
Fix typo and remove unused fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 28, 2023
1 parent 8615e48 commit ad5c932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reproject/interpolation/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def test_blocked_broadcast_reprojection(input_extra_dims, output_shape, parallel
@pytest.mark.parametrize("return_footprint", [False, True])
@pytest.mark.parametrize("existing_outputs", [False, True])
@pytest.mark.remote_data
def test_blocked_against_single(tmp_path, parallel, block_size, return_footprint, existing_outputs):
def test_blocked_against_single(parallel, block_size, return_footprint, existing_outputs):
# Ensure when we break a reprojection down into multiple discrete blocks
# it has the same result as if all pixels where reprejcted at once

Expand Down
2 changes: 1 addition & 1 deletion reproject/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def _reproject_blocked(
parallel=True,
):
"""
Implementaton function that handles reprojecting subsets blocks of pixels
Implementation function that handles reprojecting subsets blocks of pixels
from an input image and holds metadata about where to reinsert when done.
Parameters
Expand Down

0 comments on commit ad5c932

Please sign in to comment.