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 9c1d283 commit 6068582Copy full SHA for 6068582
run_sample_test.jl
@@ -0,0 +1,2 @@
1
+using Pkg
2
+Pkg.test(test_args=["sample"])
test/sample.jl
@@ -34,9 +34,7 @@
34
35
# test warning for initial_parameters (typo)
36
# Note: initial_parameters will be ignored, but it should warn the user
37
- @test_logs (:warn, r"initial_parameters.*not recognised.*initial_params") (
38
- :warn,
39
- ) sample(
+ @test_logs (:warn, r"initial_parameters.*not recognised.*initial_params") match_mode = :any sample(
40
MyModel(),
41
MySampler(),
42
MCMCThreads(),
0 commit comments