From 50f35bdd8787e516f9fa5ac9b4524107e1957e04 Mon Sep 17 00:00:00 2001 From: Peter Ercius ncem-gauss jupyter Date: Wed, 24 Apr 2024 08:55:00 -0700 Subject: [PATCH] Remove printing line in dm.py --- ncempy/io/dm.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ncempy/io/dm.py b/ncempy/io/dm.py index f6f2238..ff4eb18 100644 --- a/ncempy/io/dm.py +++ b/ncempy/io/dm.py @@ -1255,6 +1255,3 @@ def dmReader(filename, dSetNum=0, verbose=False, on_memory=True): del im1['pixelOrigin'] return im1 # return the dataset and metadata as a dictionary - -if __name__ == '__main__': - print('hi')