Skip to content

Commit 19fb396

Browse files
committed
Rename debug environment variable
1 parent a1fb1f0 commit 19fb396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DynamicPPL.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export VarName,
8383
@prob_str,
8484
@logprob_str
8585

86-
const DEBUG = Bool(parse(Int, get(ENV, "DEBUG_TURING", "0")))
86+
const DEBUG = Bool(parse(Int, get(ENV, "DEBUG_DYNAMICPPL", "0")))
8787

8888
# Used here and overloaded in Turing
8989
function getspace end

0 commit comments

Comments
 (0)