Skip to content

Commit 75c5d7c

Browse files
committed
bump version
1 parent ea505bc commit 75c5d7c

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/install-test-conda-forge.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
run: |
3333
pwd
3434
ls -R
35-
mkdir ./data/test_example/corrected/
35+
mkdir ./tests/data/corrected/
3636
homonim fuse --help
37-
homonim fuse -m gain-blk-offset -k 5 5 -od ./data/test_example/corrected -o ./tests/data/source/3324c_2015_1004_05_0182_RGB.tif ./tests/data/reference/LANDSAT-LC08-C02-T1_L2-LC08_171083_20150923_B432_Byte.tif
38-
ls ./data/test_example/corrected/*
39-
test -f ./data/test_example/corrected/3324c_2015_1004_05_0182_RGB_FUSE_cREF_mGAIN-BLK-OFFSET_k5_5.tif && echo "Test OK"
37+
homonim fuse -m gain-blk-offset -k 5 5 -od ./tests/data/corrected -o ./tests/data/source/3324c_2015_1004_05_0182_RGB.tif ./tests/data/reference/LANDSAT-LC08-C02-T1_L2-LC08_171083_20150923_B432_Byte.tif
38+
ls ./tests/data/corrected/*
39+
test -f ./tests/data/corrected/3324c_2015_1004_05_0182_RGB_FUSE_cREF_mGAIN-BLK-OFFSET_k5_5.tif && echo "Test OK"

.github/workflows/install-test-pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: |
2929
pwd
3030
ls -R
31-
mkdir ./data/test_example/corrected/
31+
mkdir ./tests/data/corrected/
3232
homonim fuse --help
33-
homonim fuse -m gain-blk-offset -k 5 5 -od ./data/test_example/corrected -o ./tests/data/source/3324c_2015_1004_05_0182_RGB.tif ./tests/data/reference/LANDSAT-LC08-C02-T1_L2-LC08_171083_20150923_B432_Byte.tif
34-
ls ./data/test_example/corrected/*
35-
test -f ./data/test_example/corrected/3324c_2015_1004_05_0182_RGB_FUSE_cREF_mGAIN-BLK-OFFSET_k5_5.tif && echo "Test OK"
33+
homonim fuse -m gain-blk-offset -k 5 5 -od ./tests/data/corrected -o ./tests/data/source/3324c_2015_1004_05_0182_RGB.tif ./tests/data/reference/LANDSAT-LC08-C02-T1_L2-LC08_171083_20150923_B432_Byte.tif
34+
ls ./tests/data/corrected/*
35+
test -f ./tests/data/corrected/3324c_2015_1004_05_0182_RGB_FUSE_cREF_mGAIN-BLK-OFFSET_k5_5.tif && echo "Test OK"

.github/workflows/install-test-testpypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: |
2929
pwd
3030
ls -R
31-
mkdir ./data/test_example/corrected/
31+
mkdir ./tests/data/corrected/
3232
homonim fuse --help
33-
homonim fuse -m gain-blk-offset -k 5 5 -od ./data/test_example/corrected -o ./tests/data/source/3324c_2015_1004_05_0182_RGB.tif ./tests/data/reference/LANDSAT-LC08-C02-T1_L2-LC08_171083_20150923_B432_Byte.tif
34-
ls ./data/test_example/corrected/*
35-
test -f ./data/test_example/corrected/3324c_2015_1004_05_0182_RGB_FUSE_cREF_mGAIN-BLK-OFFSET_k5_5.tif && echo "Test OK"
33+
homonim fuse -m gain-blk-offset -k 5 5 -od ./tests/data/corrected -o ./tests/data/source/3324c_2015_1004_05_0182_RGB.tif ./tests/data/reference/LANDSAT-LC08-C02-T1_L2-LC08_171083_20150923_B432_Byte.tif
34+
ls ./tests/data/corrected/*
35+
test -f ./tests/data/corrected/3324c_2015_1004_05_0182_RGB_FUSE_cREF_mGAIN-BLK-OFFSET_k5_5.tif && echo "Test OK"

.github/workflows/publish-testpypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
run: |
5454
pwd
5555
ls -R
56-
mkdir ./data/test_example/corrected/
56+
mkdir ./tests/data/corrected/
5757
homonim fuse --help
58-
homonim fuse -m gain-blk-offset -k 5 5 -od ./data/test_example/corrected -o ./tests/data/source/3324c_2015_1004_05_0182_RGB.tif ./tests/data/reference/LANDSAT-LC08-C02-T1_L2-LC08_171083_20150923_B432_Byte.tif
59-
ls ./data/test_example/corrected/*
60-
test -f ./data/test_example/corrected/3324c_2015_1004_05_0182_RGB_FUSE_cREF_mGAIN-BLK-OFFSET_k5_5.tif && echo "OK"
58+
homonim fuse -m gain-blk-offset -k 5 5 -od ./tests/data/corrected -o ./tests/data/source/3324c_2015_1004_05_0182_RGB.tif ./tests/data/reference/LANDSAT-LC08-C02-T1_L2-LC08_171083_20150923_B432_Byte.tif
59+
ls ./tests/data/corrected/*
60+
test -f ./tests/data/corrected/3324c_2015_1004_05_0182_RGB_FUSE_cREF_mGAIN-BLK-OFFSET_k5_5.tif && echo "OK"

0 commit comments

Comments
 (0)