I have been informed that the ALLCYCLES factors work fine in Test mode. The last factor file had a wrong name, but this had no effect on the test which only used the other .fac files.

So I'm afraid we will then really need the script for finding out what the problem was.

For determining if factors are loaded in test mode or not, you can use this code:

Code:
if(Test && WFOBar == 1)
	printf("nCycle %i OptF %.2f Long %.2f Short %.2f",
		WFOCycle, OptimalF, OptimalFLong, OptimalFShort);