File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2
2
AbstractMCMC = " 80f14c24-f653-4e6a-9b94-39d6b0f70001"
3
3
AbstractPPL = " 7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
4
4
Bijectors = " 76274a88-744f-5084-9051-94815aaf08c4"
5
+ Combinatorics = " 861a8166-3701-5b0c-9a16-15d98fcdc6aa"
5
6
Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
6
7
Distributed = " 8ba89e20-285c-5b6f-9357-94700520ee1b"
7
8
Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
@@ -26,6 +27,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
26
27
AbstractMCMC = " 5"
27
28
AbstractPPL = " 0.7"
28
29
Bijectors = " 0.13"
30
+ Combinatorics = " 1"
29
31
Compat = " 4.3.0"
30
32
Distributions = " 0.25"
31
33
DistributionsAD = " 0.6.3"
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ using Random
20
20
using Serialization
21
21
using Test
22
22
23
+ using Combinatorics: combinations
24
+
23
25
using DynamicPPL: getargs_dottilde, getargs_tilde, Selector
24
26
25
27
const DIRECTORY_DynamicPPL = dirname (dirname (pathof (DynamicPPL)))
You can’t perform that action at this time.
0 commit comments