Skip to content

Commit

Permalink
Change the name of the variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Lht97 committed Dec 7, 2024
1 parent ee32f2e commit 9e572f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tuning/tuning_script_tmp.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
options.mindim = 1;
options.maxdim = 1;
options.test_type = "s2mpj";
options.tau = 10.^(-1:-1:-4);
options.tau_indices = 1:4;
options.tau_weights = [0.3, 0.3, 0.3, 0.1];
options.curve_weights = @(x) curve_weights(x);
options.plot_weights = @(x) plot_weights(x);


options.feature = "plain";
Expand Down

0 comments on commit 9e572f2

Please sign in to comment.