Removed unnecessary file allocation from functions.interpolateArray
This commit is contained in:
parent
374b5a33ed
commit
d004b133cd
@ -538,7 +538,6 @@ def interpolateArray(data, x, default=0.0):
|
|||||||
|
|
||||||
prof = debug.Profiler()
|
prof = debug.Profiler()
|
||||||
|
|
||||||
result = np.empty(x.shape[:-1] + data.shape, dtype=data.dtype)
|
|
||||||
nd = data.ndim
|
nd = data.ndim
|
||||||
md = x.shape[-1]
|
md = x.shape[-1]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user