Ignore:
Timestamp:
08/14/12 14:55:08 (13 years ago)
Author:
jschierm
Message:

CHG: Python any/all vs. numpy.any/numpy.all modifications (and more).

File:
1 edited

Legend:

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

    r13023 r13032  
    6868
    6969                md = checkfield(md,'flaim.tracks','file',1)
    70                 if any(numpy.isnan(md.flaim.criterion)) or not md.flaim.criterion:
     70                if numpy.any(numpy.isnan(md.flaim.criterion)) or not md.flaim.criterion:
    7171                        md = checkfield(md,'flaim.targets','file',1)
    7272                else:
Note: See TracChangeset for help on using the changeset viewer.