Changeset 1097 in lmdz_wrf for trunk/tools/generic_tools.py


Ignore:
Timestamp:
Sep 11, 2016, 8:26:35 PM (8 years ago)
Author:
lfita
Message:

Enlarging message error of `same_shape'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/generic_tools.py

    r1096 r1097  
    86188618        print '  ' + fname + ': mat1 and mat2 have different number of dimensions !!'
    86198619        print '    Ndims mat 1:', Ndims1,' Ndims mat2:', Ndims2
     8620        print '    shape mat 1:', shape1, 'mat 2:', shape2
    86208621        quit(-1)
    86218622
     
    86258626            print '  ' +fname+ ': length of',idn,'diemsion in mat1 and mat2 differ !!'
    86268627            print '    Length mat 1:', shape1[idn],' Length mat2:', shape2[idn]
     8628            print '    shape mat 1:', shape1, 'mat 2:', shape2
    86278629            quit(-1)
    86288630
Note: See TracChangeset for help on using the changeset viewer.