We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed8cc8 commit ea6b6deCopy full SHA for ea6b6de
test/submodels.jl
@@ -4,6 +4,12 @@ using DynamicPPL
4
using Distributions
5
using Test
6
7
+# Dummy object that we can use to test VarNames with property lenses.
8
+mutable struct P
9
+ a::Float64
10
+ b::Float64
11
+end
12
+
13
@testset "submodels.jl" begin
14
@testset "$op with AbstractPPL API" for op in [condition, fix]
15
x_val = 1.0
@@ -106,10 +112,6 @@ using Test
106
112
end
107
113
108
114
@testset "Complex prefixes" begin
109
- mutable struct P
110
- a::Float64
111
- b::Float64
- end
115
@model function f()
116
x = Vector{Float64}(undef, 1)
117
x[1] ~ Normal()
0 commit comments