Changeset 20182
- Timestamp:
- 02/16/16 16:24:43 (9 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/runme.m
r20072 r20182 118 118 test_ids=intersect(test_ids,[1601:1602]); 119 119 elseif strcmpi(benchmark,'slr'), 120 test_ids=intersect(test_ids,[2001:2 100]);120 test_ids=intersect(test_ids,[2001:2500]); 121 121 elseif strcmpi(benchmark,'adolc'), 122 122 test_ids=intersect(test_ids,[3001:3200]); -
issm/trunk-jpl/test/NightlyRun/runme.py
r20072 r20182 117 117 test_ids=test_ids.intersection(set(range(1601,1603))) 118 118 elif strcmpi(benchmark,'slr'): 119 test_ids=test_ids.intersection(set(range(2001,2 100)))119 test_ids=test_ids.intersection(set(range(2001,2500))) 120 120 elif strcmpi(benchmark,'adolc'): 121 121 test_ids=test_ids.intersection(set(range(3001,3200)))
Note:
See TracChangeset
for help on using the changeset viewer.