Changeset 26568
- Timestamp:
- 11/09/21 06:57:49 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/modules/InterpFromGridToMesh.py
r24213 r26568 1 import numpy as np 1 2 from InterpFromGridToMesh_python import InterpFromGridToMesh_python 2 3 … … 21 22 data_mesh = InterpFromGridToMesh_python(x, y, data, x_mesh, y_mesh, default_value) 22 23 # Return 23 return data_mesh24 return np.squeeze(data_mesh)
Note:
See TracChangeset
for help on using the changeset viewer.