Skip to content

Commit 6966656

Browse files
authored
Merge pull request #46 from johnnychen94/broken_name
fix broken name lake.tif introduced by #42
2 parents 2791495 + fc82a4e commit 6966656

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "TestImages"
22
uuid = "5e47fb64-e119-507b-a336-dd2b206d9990"
3-
version = "0.5.0"
3+
version = "0.5.1"
44

55
[deps]
66
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"

deps/build.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ stdfiles = [
99
"cameraman.tif" ,
1010
"house.tif" ,
1111
"jetplane.tif" ,
12-
"lake.tif" ,
12+
"lake_gray.tif" ,
13+
"lake_color.tif" ,
1314
"lena_color_256.tif" ,
1415
"lena_color_512.tif" ,
1516
"lena_gray_256.tif" ,

src/TestImages.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ remotefiles = [
1919
"hela-cells.tif" ,
2020
"house.tif" ,
2121
"jetplane.tif" ,
22-
"lake.tif" ,
22+
"lake_color.tif" ,
23+
"lake_gray.tif" ,
2324
"lena_color_256.tif" ,
2425
"lena_color_512.tif" ,
2526
"lena_gray_256.tif" ,

0 commit comments

Comments
 (0)