Changeset 25823


Ignore:
Timestamp:
12/04/20 00:21:08 (4 years ago)
Author:
jdquinn
Message:

BUG: Needed to remove call to union

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/runme.m

    r25806 r25823  
    107107%Process Ids according to benchmarks{{{
    108108if strcmpi(benchmark,'nightly'),
    109         test_ids=intersect(test_ids,union([1:999]));
     109        test_ids=intersect(test_ids,[1:999]);
    110110elseif strcmpi(benchmark,'validation'),
    111111        test_ids=intersect(test_ids,[1001:1999]);
Note: See TracChangeset for help on using the changeset viewer.