Skip to content

Commit

Permalink
delete __init__.py in tests directory, modify the test_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cirrusasf committed Jan 26, 2024
1 parent 1388923 commit ca1e7f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
19 changes: 0 additions & 19 deletions tests/__init__.py

This file was deleted.

23 changes: 2 additions & 21 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,12 @@
import shutil
from pathlib import Path

import isceobj
import numpy as np
import pytest
from osgeo import gdal

from hyp3_isce2.utils import (
ESA_HOST,
GDALConfigManager,
create_image,
extent_from_geotransform,
get_esa_credentials,
get_geotransform_from_dataset,
image_math,
isce2_copy,
load_isce2_image,
make_browse_image,
oldest_granule_first,
read_product_metadata,
resample_to_radar,
resample_to_radar_io,
utm_from_lon_lat,
write_isce2_image,
write_isce2_image_from_obj,
)

from hyp3_isce2.utils import *
import isceobj

gdal.UseExceptions()

Expand Down

0 comments on commit ca1e7f7

Please sign in to comment.