Skip to content

Commit 91ab4ec

Browse files
committed
fix wrong path for test models
1 parent 320750d commit 91ab4ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/models/models.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ struct TestModel{M,L,S,SC}
1111
is_meanfield::Bool
1212
end
1313

14-
include("models/normal.jl")
15-
include("models/normallognormal.jl")
14+
include("normal.jl")
15+
include("normallognormal.jl")

0 commit comments

Comments
 (0)