Skip to content

Commit 25b19a4

Browse files
committed
formatting
1 parent 8afe681 commit 25b19a4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/varinfo.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ function VarInfo(
202202
end
203203
VarInfo(model::Model, args...) = VarInfo(Random.default_rng(), model, args...)
204204

205-
206205
"""
207206
vector_length(varinfo::VarInfo)
208207
@@ -692,7 +691,6 @@ function vector_getranges(varinfo::TypedVarInfo, vns::Vector{<:VarName})
692691
return ranges
693692
end
694693

695-
696694
"""
697695
getdist(vi::VarInfo, vn::VarName)
698696

test/varinfo.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ DynamicPPL.getspace(::DynamicPPL.Sampler{MySAlg}) = (:s,)
817817
# NOTE: It is not yet clear if this is something we want from all varinfo types.
818818
# Hence, we only test the `VarInfo` types here.
819819
@testset "vector_getranges for `VarInfo`" begin
820-
@testset "$(model.f)" for model in DynamicPPL.TestUtils.DEMO_MODELS
820+
@testset "$(model.f)" for model in DynamicPPL.TestUtils.DEMO_MODELS
821821
vns = DynamicPPL.TestUtils.varnames(model)
822822
nt = DynamicPPL.TestUtils.rand_prior_true(model)
823823
varinfos = DynamicPPL.TestUtils.setup_varinfos(model, nt, vns)

0 commit comments

Comments
 (0)