Omaha #4704 Fix syntax error when computing __gridShape
Change-Id: Ie3bc441d4d40e5c1ce8b4bfcd4ef5dc9a028456c Former-commit-id: a01e70174c0f65e25edd415e9cbde8d9cfe84cc0
This commit is contained in:
parent
636ec75012
commit
1c5e77a7dd
1 changed files with 1 additions and 7 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue