Remove debuger
This commit is contained in:
		
							
								
								
									
										1
									
								
								main.py
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								main.py
									
									
									
									
									
								
							@@ -193,7 +193,6 @@ def load_data(data_path: str, data={}) -> dict:
 | 
				
			|||||||
        # Get the canny-args
 | 
					        # Get the canny-args
 | 
				
			||||||
        cArgs = dataInfo["canny-args"]
 | 
					        cArgs = dataInfo["canny-args"]
 | 
				
			||||||
        doCannyPlot = False
 | 
					        doCannyPlot = False
 | 
				
			||||||
        doCannyPlot = i > 0 and x2_shot == "x2s5827"
 | 
					 | 
				
			||||||
        if i in range(len(cArgs)):
 | 
					        if i in range(len(cArgs)):
 | 
				
			||||||
            sigma = cArgs[i]["sigma"]
 | 
					            sigma = cArgs[i]["sigma"]
 | 
				
			||||||
            post_pres = cArgs[i]["post_pres"]
 | 
					            post_pres = cArgs[i]["post_pres"]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user