Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Jul 12, 2022
1 parent ea505bc commit 75c5d7c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/install-test-conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
run: |
pwd
ls -R
mkdir ./data/test_example/corrected/
mkdir ./tests/data/corrected/
homonim fuse --help
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
ls ./data/test_example/corrected/*
test -f ./data/test_example/corrected/3324c_2015_1004_05_0182_RGB_FUSE_cREF_mGAIN-BLK-OFFSET_k5_5.tif && echo "Test OK"
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
ls ./tests/data/corrected/*
test -f ./tests/data/corrected/3324c_2015_1004_05_0182_RGB_FUSE_cREF_mGAIN-BLK-OFFSET_k5_5.tif && echo "Test OK"
8 changes: 4 additions & 4 deletions .github/workflows/install-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: |
pwd
ls -R
mkdir ./data/test_example/corrected/
mkdir ./tests/data/corrected/
homonim fuse --help
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
ls ./data/test_example/corrected/*
test -f ./data/test_example/corrected/3324c_2015_1004_05_0182_RGB_FUSE_cREF_mGAIN-BLK-OFFSET_k5_5.tif && echo "Test OK"
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
ls ./tests/data/corrected/*
test -f ./tests/data/corrected/3324c_2015_1004_05_0182_RGB_FUSE_cREF_mGAIN-BLK-OFFSET_k5_5.tif && echo "Test OK"
8 changes: 4 additions & 4 deletions .github/workflows/install-test-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: |
pwd
ls -R
mkdir ./data/test_example/corrected/
mkdir ./tests/data/corrected/
homonim fuse --help
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
ls ./data/test_example/corrected/*
test -f ./data/test_example/corrected/3324c_2015_1004_05_0182_RGB_FUSE_cREF_mGAIN-BLK-OFFSET_k5_5.tif && echo "Test OK"
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
ls ./tests/data/corrected/*
test -f ./tests/data/corrected/3324c_2015_1004_05_0182_RGB_FUSE_cREF_mGAIN-BLK-OFFSET_k5_5.tif && echo "Test OK"
8 changes: 4 additions & 4 deletions .github/workflows/publish-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
run: |
pwd
ls -R
mkdir ./data/test_example/corrected/
mkdir ./tests/data/corrected/
homonim fuse --help
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
ls ./data/test_example/corrected/*
test -f ./data/test_example/corrected/3324c_2015_1004_05_0182_RGB_FUSE_cREF_mGAIN-BLK-OFFSET_k5_5.tif && echo "OK"
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
ls ./tests/data/corrected/*
test -f ./tests/data/corrected/3324c_2015_1004_05_0182_RGB_FUSE_cREF_mGAIN-BLK-OFFSET_k5_5.tif && echo "OK"

0 comments on commit 75c5d7c

Please sign in to comment.