Skip to content

Commit

Permalink
Rename interp files
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jun 15, 2024
1 parent 04d3b84 commit 2220af8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/GeoStatsTransforms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ import TableTransforms: isrevertible

include("utils.jl")

include("interpneighbors.jl")
include("interpolate.jl")
include("interpolatemissing.jl")
include("interpolatenan.jl")
include("interpneighbors.jl")
include("interpmissing.jl")
include("interpnan.jl")
include("simulate.jl")
include("cookiecutter.jl")
include("uniquecoords.jl")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ datadir = joinpath(@__DIR__, "data")

# list of tests
testfiles = [
"interpneighbors.jl",
"interpolate.jl",
"interpolatemissing.jl",
"interpolatenan.jl",
"interpneighbors.jl",
"interpmissing.jl",
"interpnan.jl",
"simulate.jl",
"cookiecutter.jl",
"uniquecoords.jl",
Expand Down

0 comments on commit 2220af8

Please sign in to comment.