Skip to content

Commit

Permalink
Re #1790 hiding other failing statement to resolve in Re #1791
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Dec 29, 2024
1 parent 66304c1 commit f006fe9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _test/test_multifit/test_multifit_horace_1.m
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,15 @@
% Re #1791 These two statements below should be fixed in #1791
% as something wrong in container desing here.
disp(wsim_1.detpar.unique_objects.unique_objects)
%c2s = cut(wsim_1,[],[],[-0.1,0.1],[100,120]);
wsim_1.experiment_info.detector_arrays = obj.ref_data.test_fit_multidimensional_dataset.wsim_1.experiment_info.detector_arrays;

% And now fit
[wfit_1, fitpar_1] = mss.fit();
% Re #1791 These two statements below should be fixed in #1791
% as something wrong in container desing here.
disp(wsim_1.detpar.unique_objects.unique_objects)
wfit_1.experiment_info.detector_arrays = obj.ref_data.test_fit_multidimensional_dataset.wfit_1.experiment_info.detector_arrays;


% Test against saved or store to save later; ingnore string
% changes - these are filepaths
Expand Down

0 comments on commit f006fe9

Please sign in to comment.