We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320750d commit 91ab4ecCopy full SHA for 91ab4ec
test/models/models.jl
@@ -11,5 +11,5 @@ struct TestModel{M,L,S,SC}
11
is_meanfield::Bool
12
end
13
14
-include("models/normal.jl")
15
-include("models/normallognormal.jl")
+include("normal.jl")
+include("normallognormal.jl")
0 commit comments