Skip to content

Commit

Permalink
remove test skip (#1662)
Browse files Browse the repository at this point in the history
Merging as JW has approved and tests mostlhy succesful, one build fail due to parallel timeouts
  • Loading branch information
cmarooney-stfc authored May 10, 2024
1 parent f566404 commit 3d2e4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _test/test_sqw_pageOpMethods/test_join.m
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ function test_join_works_with_file_list_with_nomex(obj)
reformed_obj = sqw.join(obj.files_to_join);
%
assertEqual(obj.sample_obj.detpar,reformed_obj.detpar)
% This is bug Re #1432

reformed_obj.experiment_info.detector_arrays = obj.sample_obj.experiment_info.detector_arrays;
assertEqualToTol(obj.sample_obj, reformed_obj, [1e-7, 1e-7], 'ignore_str', true)
skipTest("Re #1432 detpar is not wired properly to detector_arrays")

end
%------------------------------------------------------------------
function test_join_creates_tmp_filebacked_on_conditions(obj)
Expand Down

0 comments on commit 3d2e4a1

Please sign in to comment.