123456789101112131415161718192021222324 |
- import tempfile
- from testing_utils import CpuCommonTest, run_script
- class TestOIF(CpuCommonTest):
- def test_script(self):
- run_script(
- f"python oif.py --im_path ../tests/data/ssst/multispectral.tif",
- wd="../tools")
|