Changeset 17710


Ignore:
Timestamp:
04/10/14 17:09:35 (11 years ago)
Author:
cborstad
Message:

CHG: cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/interp/interp.py

    r17709 r17710  
    6060        ind=npy.nonzero(mask)[0]
    6161        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."
    6463        subdata=npy.delete(subdata,ind)
    6564        points=npy.delete(points,ind,axis=0)
     
    159158        ind=npy.nonzero(mask)[0]
    160159        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."
    163161        goodsubdata=npy.delete(flatsubdata,ind)
    164162        goodpoints=npy.delete(points,ind,axis=0)
Note: See TracChangeset for help on using the changeset viewer.