Skip to content

Commit

Permalink
Refactor files
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Oct 11, 2024
1 parent 29883de commit b0ec241
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/GeoStatsFunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ import LinearAlgebra: ⋅
# utilities
include("utils.jl")

# relevant matrices
include("matrices.jl")

# empirical models
# empirical estimates
include("empirical.jl")

# theoretical models
Expand Down
3 changes: 2 additions & 1 deletion src/empirical.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
# Licensed under the MIT License. See LICENSE in the project root.
# ------------------------------------------------------------------

include("empirical/matrices.jl")
include("empirical/estimators.jl")
include("empirical/algorithms.jl")

include("empirical/variogram.jl")
include("empirical/varioplane.jl")
include("empirical/partition.jl")
include("empirical/varioplane.jl")
File renamed without changes.

0 comments on commit b0ec241

Please sign in to comment.