Merge "ASM #18804 ISC_Discrepancies Tool not working in 16.2.1" into asm_16.2.1

Former-commit-id: 4100c24b9217e7b4b6d0d34e1e24dc5bcce00fcc
This commit is contained in:
Matthew Howard 2016-03-30 12:33:50 -05:00 committed by Gerrit Code Review
commit 2f549c147a

View file

@ -912,9 +912,9 @@ class ISC_Utility(SmartScript.SmartScript):
# setup sum/counter for average # setup sum/counter for average
# #
if ((parmName=="MaxT")or(parmName=="PoP")): if ((parmName=="MaxT")or(parmName=="PoP")):
sum=numpy.self.newGrid(-150.0) sum=self.newGrid(-150.0)
elif (parmName=="MinT"): elif (parmName=="MinT"):
sum=numpy.self.newGrid(150.0) sum=self.newGrid(150.0)
else: else:
sum=self.empty() sum=self.empty()
if GridType.VECTOR.equals(wxType): if GridType.VECTOR.equals(wxType):