Skip to content

Commit ff68206

Browse files
committed
Revert "remove Combinatorics as a test dep, as it's not needed for this PR"
This reverts commit 071bebf.
1 parent 54792f4 commit ff68206

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
33
AbstractPPL = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
44
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
5+
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
56
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
67
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
78
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
@@ -26,6 +27,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2627
AbstractMCMC = "5"
2728
AbstractPPL = "0.7"
2829
Bijectors = "0.13"
30+
Combinatorics = "1"
2931
Compat = "4.3.0"
3032
Distributions = "0.25"
3133
DistributionsAD = "0.6.3"

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ using Random
2020
using Serialization
2121
using Test
2222

23+
using Combinatorics: combinations
24+
2325
using DynamicPPL: getargs_dottilde, getargs_tilde, Selector
2426

2527
const DIRECTORY_DynamicPPL = dirname(dirname(pathof(DynamicPPL)))

0 commit comments

Comments
 (0)