Skip to content

Commit c438e43

Browse files
authored
Decrease running time by about 10% (#49)
1 parent b7c7b32 commit c438e43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ using Random: seed!
1010

1111
const T = TuringGLM
1212

13+
# Decreases running time by about 10%.
14+
Turing.setprogress!(false)
15+
1316
x_float = [1.1, 2.3, 3.14, 3.65]
1417
x_int = [1, 2, 3, 4]
1518
y_float = [2.3, 3.4, 4.5, 5.4]

0 commit comments

Comments
 (0)