Ignore:
Timestamp:
10/21/16 08:49:08 (8 years ago)
Author:
bdef
Message:

CHG: major cosmetic clean up we now ask shape (N,) rather than (N,1) also uniformised numpy imports

File:
1 edited

Legend:

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

    r17480 r21303  
    11#Module import
    2 import numpy
     2import numpy as np
    33from math import isnan
    44import MatlabFuncs as m
     
    3333
    3434        #matrix
    35         elif isinstance(field,numpy.ndarray):
     35        elif isinstance(field,np.ndarray):
    3636                string=displayunit(offset,name,str(field.shape),comment)
    3737
Note: See TracChangeset for help on using the changeset viewer.