From 67f4872e2b365dbb6519708e8d30f8b1db34f5a5 Mon Sep 17 00:00:00 2001 From: Cal W <20716204+calw20@users.noreply.github.com> Date: Fri, 18 Oct 2024 00:03:51 +1000 Subject: [PATCH] Remove debuger --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index b9a1c96..4418ca4 100644 --- a/main.py +++ b/main.py @@ -193,7 +193,6 @@ def load_data(data_path: str, data={}) -> dict: # Get the canny-args cArgs = dataInfo["canny-args"] doCannyPlot = False - doCannyPlot = i > 0 and x2_shot == "x2s5827" if i in range(len(cArgs)): sigma = cArgs[i]["sigma"] post_pres = cArgs[i]["post_pres"]