Skip to content

Commit

Permalink
name adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmwatkins committed Nov 8, 2023
1 parent f4ccfeb commit d11bdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-create-cloudmask.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# define constants, maybe move to test config file
matlab_cloudmask_file = "$(test_data_dir)/matlab_cloudmask.tiff"
println("--------- Create and apply cloudmask --------")
ref_image = float64.(load(reflectance_test_image_file)[test_region...])
ref_image = float64.(load(falsecolor_test_image_file)[test_region...])

matlab_cloudmask = float64.(load(matlab_cloudmask_file))
@time cloudmask = IceFloeTracker.create_cloudmask(ref_image)
Expand Down

0 comments on commit d11bdbb

Please sign in to comment.