Changeset 17710
- Timestamp:
- 04/10/14 17:09:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/interp/interp.py
r17709 r17710 60 60 ind=npy.nonzero(mask)[0] 61 61 if len(ind) and fill_nans: 62 print "WARNING: filling nans using spline fit through good data points,\ 63 which may or may not be appropriate. Check results carefully." 62 print "WARNING: filling nans using spline fit through good data points, which may or may not be appropriate. Check results carefully." 64 63 subdata=npy.delete(subdata,ind) 65 64 points=npy.delete(points,ind,axis=0) … … 159 158 ind=npy.nonzero(mask)[0] 160 159 if len(ind) and fill_nans: 161 print "WARNING: filling nans using spline fit through good data points,\ 162 which may or may not be appropriate. Check results carefully." 160 print "WARNING: filling nans using spline fit through good data points, which may or may not be appropriate. Check results carefully." 163 161 goodsubdata=npy.delete(flatsubdata,ind) 164 162 goodpoints=npy.delete(points,ind,axis=0)
Note:
See TracChangeset
for help on using the changeset viewer.