Ignore:
Timestamp:
01/31/19 07:34:11 (6 years ago)
Author:
bdef
Message:

CHG: python scripts after 2to3 and indentation fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/py3/miscellaneous/isnans.py

    r19895 r23670  
    1 import numpy
     1import numpy as np
    22
    33def isnans(array):
     
    1313                returnvalue=0
    1414        else:
    15                 returnvalue=numpy.isnan(array)
     15                returnvalue=np.isnan(array)
    1616
    1717        return returnvalue
Note: See TracChangeset for help on using the changeset viewer.