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:
commit
2f549c147a
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue