Skip to content

Commit

Permalink
test suite with new default options
Browse files Browse the repository at this point in the history
  • Loading branch information
feret committed Apr 26, 2017
1 parent 5bf838e commit 8336eb1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ initialstep=1e-05;
maxstep=0.02;
reltol=0.001;
abstol=0.001;
period=1;
period=0.01;

nonnegative=false;
global nodevar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ initialstep=1e-05;
maxstep=0.02;
reltol=0.001;
abstol=0.001;
period=1;
period=0.01;

nonnegative=false;
global nodevar
Expand Down
2 changes: 1 addition & 1 deletion models/test_suite/symmetries/sym_iso/output/sym1_emb.m.ref
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ initialstep=1e-05;
maxstep=0.02;
reltol=0.001;
abstol=0.001;
period=1;
period=0.01;

nonnegative=false;
global nodevar
Expand Down
2 changes: 1 addition & 1 deletion models/test_suite/symmetries/sym_iso/output/sym1_occ.m.ref
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ initialstep=1e-05;
maxstep=0.02;
reltol=0.001;
abstol=0.001;
period=1;
period=0.01;

nonnegative=false;
global nodevar
Expand Down
2 changes: 1 addition & 1 deletion util/run_cli_args.ml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ let default_gui =
minValue_gui = ref (Some 0.);
maxValue_gui = ref (Some 1.);
plotPeriod_gui = ref (Some 0.01);
rescale_gui = ref (Some 1.);
rescale_gui = ref (None);
marshalizedInFile_gui = ref "";
inputKappaFileNames_gui = ref [];
(* initialMix_gui = ref None;*)
Expand Down

0 comments on commit 8336eb1

Please sign in to comment.