File: 0001-Remove-set_trace.patch

package info (click to toggle)
xarray-safe-s1 2025.06.02-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: python: 2,093; makefile: 13; sh: 12
file content (23 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Fri, 10 May 2024 08:21:00 +0000
Subject: Remove set_trace

Forwarded: not-needed
---
 highleveltests/open_SLC_IW.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/highleveltests/open_SLC_IW.py b/highleveltests/open_SLC_IW.py
index 802e018..088eee6 100644
--- a/highleveltests/open_SLC_IW.py
+++ b/highleveltests/open_SLC_IW.py
@@ -1,4 +1,3 @@
-import pdb
 from safe_s1 import Sentinel1Reader, getconfig
 import time
 conf = getconfig.get_config()
@@ -12,4 +11,3 @@ dt = sub_reader.datatree
 print('out of the reader')
 print(dt)
 print('time to read the SAFE through nfs: %1.2f sec'%elapse_t)
-pdb.set_trace()