Changeset 25456
- Timestamp:
- 08/25/20 00:34:55 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/plot/processmesh.py ¶
r25455 r25456 13 13 TODO: 14 14 - Test application of matlplotlib.delaunay 15 - Test that output of delaunay matches output of delaunay in MATLAB (see 15 - Test that output of delaunay matches output of delaunay in MATLAB (see 16 16 src/m/plot/processmesh.m) 17 17 """ … … 62 62 z = np.zeros(np.shape(md.mesh.x)) 63 63 z = options.getfieldvalue('z', z) 64 if isinstance(z, basestring):64 if isinstance(z, str): 65 65 z = getattr(md, z) 66 66 … … 90 90 z = z * unit 91 91 92 #is model a member of planet class? 92 #is model a member of planet class? 93 93 # 94 94 # TODO: Change this when planet class defined (see src/m/plot/processmesh.m)
Note:
See TracChangeset
for help on using the changeset viewer.