diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-11-12 15:17:31 -0500 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-11-12 15:17:31 -0500 |
commit | adcecb531c845fb6ee1c4ac427bddf37459b8d9d (patch) | |
tree | 08e3c7c786b354d07d0c5cbbe5881cde1dc4055c /qolab | |
parent | 4036ccefa36c14b68cc4605615550c549d6586c3 (diff) | |
download | qolab-master.tar.gz qolab-master.zip |
Diffstat (limited to 'qolab')
-rw-r--r-- | qolab/data/trace.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qolab/data/trace.py b/qolab/data/trace.py index d1fb77d..4cfb58f 100644 --- a/qolab/data/trace.py +++ b/qolab/data/trace.py @@ -47,7 +47,6 @@ def loadTraceRawHeaderAndData(fname, tryCompressedIfMissing=True): # we will try to guess if the file compressed _open = open compression = infer_compression(fname) - print(compression) if compression == "gzip": # TODO improve detection by reading magic bytes: # gzip files have first 2 bytes set to b'\x1f\x8b' |