From 49f0d31fac718ddeb8bc3a03100c6fdafca202f2 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sun, 21 Aug 2022 18:27:48 -0400 Subject: [PATCH] turned off debugging flag --- scripts/dream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dream.py b/scripts/dream.py index a309b3179c..44b7d9978a 100755 --- a/scripts/dream.py +++ b/scripts/dream.py @@ -11,7 +11,7 @@ try: except: readline_available = False -debugging = True +debugging = False def main(): ''' Initialize command-line parsers and the diffusion model '''