Omaha #4704 Fix syntax error when computing __gridShape

Change-Id: Ie3bc441d4d40e5c1ce8b4bfcd4ef5dc9a028456c

Former-commit-id: a01e70174c0f65e25edd415e9cbde8d9cfe84cc0
This commit is contained in:
Ron Anderson 2015-08-19 12:11:29 -05:00
parent 636ec75012
commit 1c5e77a7dd

View file

@ -353,15 +353,9 @@ class Forecaster(GridUtilities):
else:
self.__stopo = None
# TODO: this is a work around to keep smart init running
# until we get the staticTopo_Dflt parameter populated
# if self.__stopo is None:
# LogStream.logProblem("staticTopo not available, using topo")
# self.__stopo = self.__topo
self._editAreas = self._client.getEditAreaNames()
self.__gridShape = topo.shape
self.__gridShape = self.__topo.shape
self._empty = self.empty();
self._minus = self.newGrid(-1)