Skip to content

Commit

Permalink
Update src/utils.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm authored Aug 14, 2022
1 parent 6cd4836 commit f5731e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ function imagepreproc(trainimg, soft, geoconfig)
replace!(AUX, NaN => 0.)
replace!(AUXTI, NaN => 0.)

AUXTI_kernel = AUXTI |> array_kernel

AUX, AUXTI_kernel
AUX, array_kernel(AUXTI)
end

TI_kernel, SOFT
Expand Down

0 comments on commit f5731e9

Please sign in to comment.