Issue #2725 Fix imports in python after derived param move
Former-commit-id:e36ac5e32a
[formerly7e8e756798
] [formerlye36ac5e32a
[formerly7e8e756798
] [formerly46c55750f1
[formerly 1680849c4b86113b74228d54b058d6af89311514]]] Former-commit-id:46c55750f1
Former-commit-id:3a08b8d2ad
[formerly0768b55e79
] Former-commit-id:d121859de1
This commit is contained in:
parent
ee8020b667
commit
6dd24d32a1
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
# further licensing information.
|
||||
##
|
||||
|
||||
from com.raytheon.uf.viz.derivparam.python.function import CapeFuncPythonAdapter as CapeFunc
|
||||
from com.raytheon.uf.common.derivparam.python.function import CapeFuncPythonAdapter as CapeFunc
|
||||
from numpy import zeros
|
||||
|
||||
def execute(*args):
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
# Jun 05, 2013 2043 bsteffen Ported from meteolib C
|
||||
|
||||
from numpy import zeros
|
||||
from com.raytheon.uf.viz.derivparam.python.function import DCapeFuncPythonAdapter as DCapeFunc
|
||||
from com.raytheon.uf.common.derivparam.python.function import DCapeFuncPythonAdapter as DCapeFunc
|
||||
|
||||
|
||||
def execute(threeDtemperature, threeDdewpoint, pressure, potentialTemperature, specificHumidity,maxEvaporation,maxRelativeHumidity,useVirtualTemp):
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
from numpy import ndarray, float32, NaN
|
||||
from numpy import sin, isnan, invert
|
||||
from com.raytheon.uf.viz.derivparam.python.function import DistFilterPythonAdapter as DistFilter
|
||||
from com.raytheon.uf.common.derivparam.python.function import DistFilterPythonAdapter as DistFilter
|
||||
|
||||
MAX_WAVE_NUMBER = 15
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue