Skip to content

Commit bc5e7af

Browse files
raphaelsaavedraguilhermebodin
authored andcommitted
Change file name to avoid errors (#61)
* Rename gas.jl to model.jl * Update GAS.jl
1 parent e1273f7 commit bc5e7af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/GAS.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include("abstracts.jl")
1414
include("utils.jl")
1515
include("link_functions.jl")
1616
include("score.jl")
17-
include("gas.jl")
17+
include("model.jl")
1818
include("initial_params.jl")
1919
include("simulate.jl")
2020
include("diagnostics.jl")
@@ -37,4 +37,4 @@ include("distributions/lognormal.jl")
3737
include("distributions/gamma.jl")
3838
include("distributions/weibull.jl")
3939

40-
end
40+
end

src/gas.jl renamed to src/model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ function log_lik(psitilde::Vector{T}, y::Vector{T}, gas::Model{D, T},
141141
end
142142

143143
return log_likelihood(D, y, params, n)
144-
end
144+
end

0 commit comments

Comments
 (0)