Skip to content

Commit

Permalink
Change file names
Browse files Browse the repository at this point in the history
  • Loading branch information
junyuan-chen committed Apr 19, 2024
1 parent b535420 commit afc9a32
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/AutoregressiveModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export VARProcess,

include("lapack.jl")
include("utils.jl")
include("process.jl")
include("estimation.jl")
include("varprocess.jl")
include("varestimation.jl")
include("bootstrap.jl")
include("arma.jl")
include("factor.jl")
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ lpexampledata(name) = CSV.read(lpdatafile(name), DataFrame)

const tests = [
"lapack",
"process",
"estimation",
"varprocess",
"varestimation",
"bootstrap",
"arma",
"factor",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit afc9a32

Please sign in to comment.