svn+ssh://bugman@.../svn/relax/trunk
........
r26283 | bugman | 2014-10-15 11:38:09 +0200 (Wed, 15 Oct 2014) | 13 lines
Added more checks to the determine_rnd() of the dauvergne_protocol model-free auto-analysis.
This is to try to catch bizarre situations such as bug #22730 (https://gna.org/bugs/?22730),
model-free auto-analysis - relax stops and quits at the polate step.
The following additional fatal conditions are now checked for: A file with the same name as the
base model directory already exists; The base model directory is not readable; The base model
directory is not writable. The last two could be caused by file system corruptions. In addition,
the presence of the base model directory is checked for using os.path.isdir() rather than catching
errors coming out of the os.listdir() function. These changes should make the analysis more robust
in the presence of 'strangeness'.
........
r26284 | bugman | 2014-10-15 11:42:25 +0200 (Wed, 15 Oct 2014) | 8 lines
Added an additional check to determine_rnd() of the dauvergne_protocol model-free auto-analysis.
This is to try to catch bizarre situations such as bug #22730 (https://gna.org/bugs/?22730),
model-free auto-analysis - relax stops and quits at the polate step.
The additional check is that if the base model directory is not executable, a RelaxError is raised.
........
r26285 | bugman | 2014-10-15 13:02:27 +0200 (Wed, 15 Oct 2014) | 7 lines
Added printouts to the determine_rnd() function of the dauvergne_protocol model-free auto-analysis.
This is for better user feedback in the log files as to what is happening. It may help in debugging
bug #22730 (https://gna.org/bugs/?22730): Model-free auto-analysis - relax stops and quits at the
polate step.
........