Skip to content

Commit 8336eb1

Browse files
committed
test suite with new default options
1 parent 5bf838e commit 8336eb1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

models/test_suite/symmetries/sym_alg_wrong/output/sym1_emb.m.ref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ initialstep=1e-05;
2222
maxstep=0.02;
2323
reltol=0.001;
2424
abstol=0.001;
25-
period=1;
25+
period=0.01;
2626

2727
nonnegative=false;
2828
global nodevar

models/test_suite/symmetries/sym_alg_wrong/output/sym1_occ.m.ref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ initialstep=1e-05;
2222
maxstep=0.02;
2323
reltol=0.001;
2424
abstol=0.001;
25-
period=1;
25+
period=0.01;
2626

2727
nonnegative=false;
2828
global nodevar

models/test_suite/symmetries/sym_iso/output/sym1_emb.m.ref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ initialstep=1e-05;
2222
maxstep=0.02;
2323
reltol=0.001;
2424
abstol=0.001;
25-
period=1;
25+
period=0.01;
2626

2727
nonnegative=false;
2828
global nodevar

models/test_suite/symmetries/sym_iso/output/sym1_occ.m.ref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ initialstep=1e-05;
2222
maxstep=0.02;
2323
reltol=0.001;
2424
abstol=0.001;
25-
period=1;
25+
period=0.01;
2626

2727
nonnegative=false;
2828
global nodevar

util/run_cli_args.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ let default_gui =
5858
minValue_gui = ref (Some 0.);
5959
maxValue_gui = ref (Some 1.);
6060
plotPeriod_gui = ref (Some 0.01);
61-
rescale_gui = ref (Some 1.);
61+
rescale_gui = ref (None);
6262
marshalizedInFile_gui = ref "";
6363
inputKappaFileNames_gui = ref [];
6464
(* initialMix_gui = ref None;*)

0 commit comments

Comments
 (0)