Skip to content

Commit

Permalink
Update pydecorate/tests/test_decorator_agg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jul 13, 2023
1 parent 312ce2d commit 7d2a69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydecorate/tests/test_decorator_agg.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_colorbar(tmp_path, orientation_func_name, align_func_name, clims):
def test_add_logo():
img = Image.fromarray(np.zeros((200, 200, 3), dtype=np.uint8))
dc = DecoratorAGG(img)
dc.add_logo(REPO / "logos/pytroll_light_big.png")
dc.add_logo(REPO / "logos" / "pytroll_light_big.png")
img.save("add_logo_pytroll.png")


Expand Down

0 comments on commit 7d2a69a

Please sign in to comment.