Ignore:
Timestamp:
10/14/20 00:19:52 (4 years ago)
Author:
jdquinn
Message:

CHG: MATLAB -> Python; calling external package install scripts with value of NUMCPUS_INSTALL in jenkins.sh; clean up

File:
1 edited

Legend:

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

    r24261 r25685  
    33
    44def processdata(md, data, options):
    5     """
    6     PROCESSDATA - process data to be plotted
     5    """PROCESSDATA - process data to be plotted
    76
    87    datatype = 1 -> elements
     
    1615    See also: PLOTMODEL, PROCESSMESH
    1716    """
    18     # {{{ Initialisation and grabbing auxiliaries
     17    # {{{ Initialization and grabbing auxiliaries
    1918    # check format
    2019    if (len(data) == 0 or (len(data) == 1 and not isinstance(data, dict) and np.isnan(data).all())):
Note: See TracChangeset for help on using the changeset viewer.