Changeset 16199
- Timestamp:
- 09/20/13 07:59:46 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/runme.m
r16195 r16199 121 121 test_ids=intersect(test_ids,[2001:2100]); 122 122 elseif strcmpi(benchmark,'adolc'), 123 test_ids=intersect(test_ids,[3001:3 020]);123 test_ids=intersect(test_ids,[3001:3200]); 124 124 end 125 125 % }}} -
issm/trunk-jpl/test/NightlyRun/runme.py
r16195 r16199 120 120 test_ids=test_ids.intersection(set(range(2001,2100))) 121 121 elif strcmpi(benchmark,'adolc'): 122 test_ids=test_ids.intersection(set(range(3001,3 020)))122 test_ids=test_ids.intersection(set(range(3001,3200))) 123 123 #print 'test_ids after benchmark =',test_ids 124 124 test_ids=list(test_ids)
Note:
See TracChangeset
for help on using the changeset viewer.