svn+ssh://semor@.../svn/relax/1.3
........
r4698 | semor | 2008-01-13 20:26:39 -0500 (Sun, 13 Jan 2008) | 3 lines
Added comments to the imports.
........
r4699 | semor | 2008-01-13 23:25:19 -0500 (Sun, 13 Jan 2008) | 3 lines
Added more comments to the imports.
........
r4700 | semor | 2008-01-13 23:31:50 -0500 (Sun, 13 Jan 2008) | 3 lines
Added somemore comments to the imports.
........
r4701 | semor | 2008-01-14 09:49:41 -0500 (Mon, 14 Jan 2008) | 3 lines
Added some comments to the imports and ordered imports alphabetically.
........
r4712 | bugman | 2008-01-15 04:46:52 -0500 (Tue, 15 Jan 2008) | 3 lines
Removed the empty __init__() method and shifted its docstring to that of the class.
........
r4713 | bugman | 2008-01-15 04:47:09 -0500 (Tue, 15 Jan 2008) | 3 lines
Removed an orphaned comment.
........
r4714 | bugman | 2008-01-15 04:50:04 -0500 (Tue, 15 Jan 2008) | 3 lines
Updated the base class method has_errors() to the new relax design.
........
r4715 | bugman | 2008-01-15 04:52:45 -0500 (Tue, 15 Jan 2008) | 3 lines
Updated the return_data() and return_error() base class methods to the new relax design.
........
r4716 | bugman | 2008-01-15 04:54:47 -0500 (Tue, 15 Jan 2008) | 3 lines
Updated the base class method sim_return_selected() to the new relax design.
........
r4717 | bugman | 2008-01-15 05:13:30 -0500 (Tue, 15 Jan 2008) | 5 lines
Added a dummy overfit_deselect() method to the base class.
This method does nothing.
........
r4745 | bugman | 2008-01-15 08:40:06 -0500 (Tue, 15 Jan 2008) | 3 lines
Shifted the grid ops tests into the test_grid_ops() base class function.
........
r4748 | bugman | 2008-01-15 08:52:49 -0500 (Tue, 15 Jan 2008) | 3 lines
Fixed a bug in the test_grid_ops() base class method which was preventing relax from starting.
........
r4759 | semor | 2008-01-15 13:11:09 -0500 (Tue, 15 Jan 2008) | 8 lines
Changed the precision for gX in the mfpar file for use of ModelFree with the palmer.py script.
The change was from a three decimal precision (-2.713) to a four decimal precision (-2.7126).
This was discussed in thread starting at:
https://mail.gna.org/public/relax-devel/2008-01/msg00040.html
........