Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
🐛 fix test layer type
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldansereau committed Jun 4, 2021
1 parent d56f46b commit d76e640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dataread.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ f2 = tempname()
geotiff(f2, l; nodata=-3.4f38)
mp2 = geotiff(SimpleSDMPredictor, f2)

@test typeof(mp2) <: SimpleSDMResponse
@test typeof(mp2) <: SimpleSDMPredictor
@test size(mp2) == size(l)
@test mp2 == l

Expand Down

0 comments on commit d76e640

Please sign in to comment.