Skip to content

Commit

Permalink
minor run option changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sarabsethi committed Aug 17, 2016
1 parent bff6dda commit fba3026
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SS_SetupRunOptions.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ function SS_SetupRunInfo( ks , kToUse , op_km_repeats , ts_km_repeats , ...
inMatFileName , outTxtFileName , corr_dist_threshold , av_ts_cluster_size)

if ~exist('ks','var')
ks = [3,7,10:20:100,200,500];
ks = [5042];
end
if ~exist('kToUse','var')
kToUse = 50;
kToUse = 5042;
end
if ~exist('op_km_repeats','var')
op_km_repeats = 300;
op_km_repeats = 10;
end
if ~exist('ts_km_repeats','var')
ts_km_repeats = 1000;
Expand Down

0 comments on commit fba3026

Please sign in to comment.