Changeset 317
- Timestamp:
- 21/04/15 12:55:26 (6 years ago)
- Location:
- CCCC/trunk/ceda_cc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CCCC/trunk/ceda_cc/unitTestsS1.py
r302 r317 51 51 SPECS tas_Amon_EC-EARTH3_seaIceClimInit_series2_S19930501_r1i1p1_199306-199306.nc False 52 52 SPECS tas_Amon_EC-EARTH3_seaIceClimInit_S19930501_r1i1p1_199306-199306.nc True 53 SPECS tas_Amon_EC-EARTH3_seaIceClimInit_S19930501_r1i1p1_199306-199305.nc False 53 54 ESA-CCI 20120101015548-ESACCI-L3U_GHRSST-SSTskin-AATSR-LT-v02.0-fv01.1.nc True CCIplus 54 55 ESA-CCI ESACCI-OC-L3S-OC_PRODUCTS-MERGED-1M_MONTHLY_4km_GEO_PML_OC4v6_QAA-200005-fv1.0.nc True CCIplus -
CCCC/trunk/ceda_cc/utils_c4.py
r316 r317 372 372 373 373 self.test( len(bits[0]) == len(bits[1]), 'Start and end time specified in file name [%s] of unequal length' % (self.fnParts[-1] ), abort=True, part=True ) 374 self.test( int(bits[0]) <= int(bits[1]), 'Start and end time specified in file name [%s] in wrong order' % (self.fnParts[-1] ), abort=True, part=True ) 374 375 375 376 for b in bits:
Note: See TracChangeset
for help on using the changeset viewer.