Skip to content

Commit

Permalink
revert explicit start of parpool in testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wahln committed May 30, 2023
1 parent 871e0b6 commit 48ca910
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/matRad_runTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
warning('off','Octave:divide-by-zero');
end

% Start the parallel pool explicitly. Otherwise, R2023a seems to throw an
% error during testing
if matRad_cfg.isMatlab
parpool;
end

% Define Scripts
exampleScripts = {'../examples/matRad_example1_phantom.m',...
'../examples/matRad_example2_photons.m',...
Expand Down

0 comments on commit 48ca910

Please sign in to comment.