Skip to content

Commit 6aed11b

Browse files
committed
Disable test_sampler calls for now
1 parent d4fa6f5 commit 6aed11b

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

test/mcmc/external_sampler.jl

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -221,14 +221,15 @@ end
221221
)
222222

223223
@testset "inference" begin
224-
DynamicPPL.TestUtils.test_sampler(
225-
[model],
226-
sampler_ext,
227-
2_000;
228-
rtol=0.2,
229-
sampler_name="AdvancedHMC",
230-
sample_kwargs...,
231-
)
224+
# TODO(penelopeysm / DPPL 0.38): re-enable
225+
# DynamicPPL.TestUtils.test_sampler(
226+
# [model],
227+
# sampler_ext,
228+
# 2_000;
229+
# rtol=0.2,
230+
# sampler_name="AdvancedHMC",
231+
# sample_kwargs...,
232+
# )
232233
end
233234
end
234235

@@ -255,15 +256,16 @@ end
255256
test_initial_params(model, sampler_ext)
256257
end
257258
@testset "inference" begin
258-
DynamicPPL.TestUtils.test_sampler(
259-
[model],
260-
sampler_ext,
261-
2_000;
262-
discard_initial=1_000,
263-
thinning=10,
264-
rtol=0.2,
265-
sampler_name="AdvancedMH",
266-
)
259+
# TODO(penelopeysm / DPPL 0.38): re-enable
260+
# DynamicPPL.TestUtils.test_sampler(
261+
# [model],
262+
# sampler_ext,
263+
# 2_000;
264+
# discard_initial=1_000,
265+
# thinning=10,
266+
# rtol=0.2,
267+
# sampler_name="AdvancedMH",
268+
# )
267269
end
268270
end
269271

0 commit comments

Comments
 (0)