Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Format input block
Browse files Browse the repository at this point in the history
qubitqualia committed Dec 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 98c04b1 commit 856db46
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/io/test_output_to_geotiff.py
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@

import warnings

from pathlib import Path
import numpy as np
import pytest

import pyart
from PIL import Image
from pathlib import Path

# TODO : inspect the output file to verify their contents, currently only the
# fact that something was written is confirmed
@@ -195,7 +195,4 @@ def test_write_grid_geotiff_opacity():
img = Image.open(imgname)
img.show()
except PermissionError:
pass



pass

0 comments on commit 856db46

Please sign in to comment.