Skip to content

Commit

Permalink
fix wrong path for test models
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Nov 30, 2024
1 parent 320750d commit 91ab4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/models/models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ struct TestModel{M,L,S,SC}
is_meanfield::Bool
end

include("models/normal.jl")
include("models/normallognormal.jl")
include("normal.jl")
include("normallognormal.jl")

0 comments on commit 91ab4ec

Please sign in to comment.