bug #22055 (https://gna.org/bugs/?22055) The processor.run_queue() does not clean up in uni_processor - chain-reaction failures in the test suite.
The command used was:
svn merge -r23250:r23247 .
.....
r23250 | tlinnet | 2014-05-20 02:02:19 +0200 (Tue, 20 May 2014) | 1 line
Fix for variable num_points not set.
------------------------------------------------------------------------
r23249 | tlinnet | 2014-05-20 01:47:37 +0200 (Tue, 20 May 2014) | 4 lines
An attempt to fix the pipe_control/minimisy.py minimise() call to processor.run_queue().
It was thought that I was modifying the address of array class(back_calc).
But this does not seem to be the problem.
------------------------------------------------------------------------
r23248 | tlinnet | 2014-05-20 01:47:34 +0200 (Tue, 20 May 2014) | 11 lines
Turned of processor.run_queue() when using calc().
task #7793: (https://gna.org/task/?7793) Speed-up of dispersion models.
A weird behaviour was found when running the test-suite.
Somehow, queued jobs from the last test suite was not flushed and done.
Running the test-suite gave errors on almost all tests.
Inspecting systemtest which only used calc() for the dispersion API, showed that no jobs was queued
in the calculate() method, and the call to processor.run_queue(), was turned off, solving the problem.
.....