From 4d849219f7e78a416d79b621cc638821fb5d1386 Mon Sep 17 00:00:00 2001 From: chen Date: Mon, 17 Oct 2016 16:59:42 -0400 Subject: [PATCH] will come back for this later --- processing/post/h5_addCalculation.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/processing/post/h5_addCalculation.py b/processing/post/h5_addCalculation.py index 2861eb915..dc4975dbf 100755 --- a/processing/post/h5_addCalculation.py +++ b/processing/post/h5_addCalculation.py @@ -2,12 +2,12 @@ # -*- coding: UTF-8 no BOM -*- import os -import re -import sys +# import re +# import sys import collections -import math +# import math import damask -import numpy as np +# import numpy as np from optparse import OptionParser scriptName = os.path.splitext(os.path.basename(__file__))[0]