Issue #2725 Fix imports in python after derived param move
Former-commit-id: 1680849c4b86113b74228d54b058d6af89311514
This commit is contained in:
parent
47eb9ecb0a
commit
7e8e756798
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