Skip to content

Commit cf30820

Browse files
committed
removed unecessary and improper imports.
1 parent 57cd078 commit cf30820

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/model_utils.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
### Yong ##############################################################
22
# Yong added the below new functions on 2023-07-04, they are doing the some functionalities as Tor's functions. Some redundancy needs to be removed?
3-
# using Turing, Distributions, DynamicPPL, MCMCChains, Random, Test
4-
using Distributions, Random, Test
5-
63
#### 1. varname_in_chain ####
74
# here we just check if vn and its leaves are present in the chain; we are not checking its presence in model. So we don't need to pass model or varinfo to this function.
85
"""

test/model_utils.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using Turing, Distributions, DynamicPPL, MCMCChains, Random, Test
2-
Random.seed!(111)
3-
41
#### prepare the models and chains for testing ####
52
# (1) manually create a chain using MCMCChains - we know what parameter names are in the chain
63
val = [1 2; 3 4; 5 6; 7 8; 9 10; 11 12; 13 14; 15 16; 17 18; 19 20]

0 commit comments

Comments
 (0)