Skip to content

Commit

Permalink
2024-11-25 update : fixing module.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbernalz committed Nov 25, 2024
1 parent bcb023c commit 91a02c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UCIWWEIHR.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ include("eihr_ode.jl")
include("negativebinomial2.jl")
include("generalizedtdist.jl")
include("optimize_many_MAP.jl")
include("uciwweihr_init_param.jl")
include("uciwweihr_model_params.jl")
include("uciwweihr_init_param.jl")
include("uciwweihr_model.jl")
include("uciwweihr_fit.jl")
include("uciwweihr_gq_pp.jl")
Expand All @@ -53,8 +53,8 @@ export NegativeBinomial2
export GeneralizedTDist
export optimize_many_MAP
export optimize_many_MAP2
export uciwweihr_init_param
export uciwweihr_model_params
export uciwweihr_init_param
export create_uciwweihr_model_params
export uciwweihr_model
export uciwweihr_fit
Expand Down

0 comments on commit 91a02c9

Please sign in to comment.