Skip to content

Commit

Permalink
MNT: Remove unused parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Oct 8, 2024
1 parent 6f925b8 commit cf83ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/io/test_output_to_geotiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_write_grid_geotiff_missing_field():
@pytest.mark.skipif(
not pyart.io.output_to_geotiff.IMPORT_FLAG, reason="GDAL is not installed."
)
def test_write_grid_geotiff_transparent_background(outfile=None):
def test_write_grid_geotiff_transparent_background():
grid = make_tiny_grid_with_mask()
with pyart.testing.InTemporaryDirectory() as tmpdir:
tmp = Path(tmpdir)
Expand Down

0 comments on commit cf83ba0

Please sign in to comment.