Skip to content

Commit 1a03a99

Browse files
authored
Revert PrettyTables=3 compat, add a test (#490)
1 parent de2d3ec commit 1a03a99

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uuid = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
33
keywords = ["markov chain monte carlo", "probablistic programming"]
44
license = "MIT"
55
desc = "Chain types and utility functions for MCMC simulations."
6-
version = "7.2.1"
6+
version = "7.2.2"
77

88
[deps]
99
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -40,7 +40,7 @@ MCMCDiagnosticTools = "0.3"
4040
MLJModelInterface = "0.3.5, 0.4, 1.0"
4141
NaturalSort = "1"
4242
OrderedCollections = "1.4"
43-
PrettyTables = "0.9, 0.10, 0.11, 0.12, 1, 2, 3"
43+
PrettyTables = "0.9, 0.10, 0.11, 0.12, 1, 2"
4444
Random = "<0.0.1, 1"
4545
RecipesBase = "0.7, 0.8, 1.0"
4646
Statistics = "<0.0.1, 1"

test/display_tests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@testset "describe" begin
2+
@test describe(Chains(rand(10, 3, 1))) isa Any
3+
end

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Random.seed!(0)
2424
println("Plotting")
2525
@time include("plot_test.jl")
2626

27+
println("Display")
28+
@time include("display_tests.jl")
29+
2730
# run function tests
2831
println("Diagnostics")
2932
@time include("diagnostic_tests.jl")

0 commit comments

Comments
 (0)