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 56aa5c8 commit 37f0995Copy full SHA for 37f0995
Project.toml
@@ -1,6 +1,6 @@
1
name = "AdvancedHMC"
2
uuid = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d"
3
-version = "0.6.0"
+version = "0.6.1"
4
5
[deps]
6
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
test/runtests.jl
@@ -36,7 +36,7 @@ if GROUP == "All" || GROUP == "AdvancedHMC"
36
@warn "Skipping GPU tests because no GPU available."
37
end
38
39
- @main function runtests(patterns...; dry::Bool = false)
+ Comonicon.@main function runtests(patterns...; dry::Bool = false)
40
retest(patterns...; dry = dry, verbose = Inf)
41
42
0 commit comments