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 42e519bCopy full SHA for 42e519b
test/sample.jl
@@ -34,9 +34,8 @@
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