svn+ssh://bugman@.../svn/relax/trunk
........
r27661 | bugman | 2015-02-17 16:27:20 +0100 (Tue, 17 Feb 2015) | 6 lines
Added some error checking for the monte_carlo.setup user function.
A RelaxError is now raised if the number of simulations is less than 3. This prevents Python errors
when later calling the monte_carlo.error_analysis user function.
........
r27662 | bugman | 2015-02-17 16:48:45 +0100 (Tue, 17 Feb 2015) | 6 lines
Test suite fixes for the error checking in the monte_carlo.setup user function.
The number of simulations has been increased from either 1 or 2 in all tests to the minimal number
of simulations (3).
........
r27664 | bugman | 2015-02-18 17:55:35 +0100 (Wed, 18 Feb 2015) | 3 lines
Small fix for the structure.write_pdb user function for handling old relax state and results files.
........