Skip to content

Commit

Permalink
Re #1790 Attemt to hack test_tobyfit_refine_moderator.m . Works on my…
Browse files Browse the repository at this point in the history
… machines
  • Loading branch information
abuts committed Dec 26, 2024
1 parent 73ab63c commit e394083
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _test/test_TF_components/test_tobyfit_refine_moderator.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@
% Initialise test object properties
obj.w1inc = w1inc; % Cut over purely incoherent line
tol_sig = 0.25; % tolerance as multiple of st. dev. of reference value
tol_abs = 0; % absolute tolerance
tol_rel = 0.01; % relative tolerance
tol_abs = 0.0; % absolute tolerance
tol_rel = 0.02; % relative tolerance
obj.tolerance = [tol_sig, tol_abs, tol_rel];
obj.seed = 0;
obj.mc = 2;
obj.nlist = 0;
hc = hor_config;
obj.nlist = hc.log_level+1;

% Required final line (see testCaseWithSave documentation)
obj.save();
Expand Down

0 comments on commit e394083

Please sign in to comment.