Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
kongdd committed Jan 21, 2024
1 parent 44dbcec commit a07541a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Terra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ using DocStringExtensions: TYPEDSIGNATURES, METHODLIST

using Zarr
using Reexport

@reexport using Ipaper.sf
@reexport using Rasters
using Rasters: AbstractRaster

Expand Down
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Test
using Terra
using NetCDFTools

# println(dirname(dirname(@__FILE__)))
# println(pwd())
Expand Down
1 change: 1 addition & 0 deletions test/test-rast.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Test
using Terra
using Rasters.Extents: extent


@testset "rast_apply" begin
Expand Down

0 comments on commit a07541a

Please sign in to comment.