svn+ssh://bugman@.../svn/relax/1.3
........
r7047 | semor | 2008-07-31 15:43:31 +0200 (Thu, 31 Jul 2008) | 3 lines
Added a missing import.
........
r7048 | semor | 2008-07-31 15:46:13 +0200 (Thu, 31 Jul 2008) | 3 lines
Converted 'self.relax.IO' instances to 'relax_io' and added corresponding imports.
........
r7049 | semor | 2008-07-31 16:05:37 +0200 (Thu, 31 Jul 2008) | 5 lines
More conversions of 'relax.IO' to 'relax_io'.
Old instances are now completely converted.
........
r7050 | semor | 2008-07-31 16:23:49 +0200 (Thu, 31 Jul 2008) | 3 lines
Removed many unused imports.
........
r7051 | semor | 2008-07-31 16:51:45 +0200 (Thu, 31 Jul 2008) | 5 lines
Started to implement system tests for the use of the external program Dasha.
This code is mimicked on the palmer code for testing interaction with ModelFree4.
........
r7052 | semor | 2008-07-31 21:07:51 +0200 (Thu, 31 Jul 2008) | 7 lines
Completed the coding for the system tests temporary directory used by external programs.
This follows the thread started by Edward d'Auvergne at:
https://mail.gna.org/public/relax-devel/2008-07/msg00056.html (message ID:
7f080ed10807310053w4cf118bajab47aad7536db4dc@...).
........
r7053 | semor | 2008-07-31 21:25:31 +0200 (Thu, 31 Jul 2008) | 3 lines
Added the temporary directory path to the state.save() function.
........
r7054 | semor | 2008-07-31 22:08:08 +0200 (Thu, 31 Jul 2008) | 5 lines
More removal of run arguments.
These changes are part of the new design.
........
r7055 | semor | 2008-07-31 22:11:44 +0200 (Thu, 31 Jul 2008) | 3 lines
Still more removal of run arguments.
........
r7056 | bugman | 2008-08-01 11:08:51 +0200 (Fri, 01 Aug 2008) | 3 lines
Converted the VMD class methods into module functions.
........
r7057 | bugman | 2008-08-01 11:11:39 +0200 (Fri, 01 Aug 2008) | 3 lines
Converted the VMD code to the new relax design.
........
r7058 | bugman | 2008-08-01 11:14:01 +0200 (Fri, 01 Aug 2008) | 3 lines
Shifted the VMD module import check into dep_check.py.
........
r7059 | bugman | 2008-08-01 11:37:54 +0200 (Fri, 01 Aug 2008) | 3 lines
Converted the copy() method to the new design (and converted into a function).
........
r7060 | bugman | 2008-08-01 11:39:55 +0200 (Fri, 01 Aug 2008) | 3 lines
Converted the diplay() method to the new design and into a module function.
........
r7061 | bugman | 2008-08-01 11:54:11 +0200 (Fri, 01 Aug 2008) | 3 lines
Converted the write() and write_data() methods to the new design and into module functions.
........
r7062 | semor | 2008-08-01 13:54:49 +0200 (Fri, 01 Aug 2008) | 7 lines
Changed a variable name to avoid confusion.
This is in response to a post by Edward d'Auvergne at:
https://mail.gna.org/public/relax-devel/2008-08/msg00011.html (message ID:
7f080ed10808010103o2bc3db69r385daf7fc8c168d2@...).
........
r7063 | bugman | 2008-08-01 14:04:34 +0200 (Fri, 01 Aug 2008) | 3 lines
Added the ability to have extra columns written by write_line().
........
r7064 | bugman | 2008-08-01 14:07:34 +0200 (Fri, 01 Aug 2008) | 3 lines
Modified write_header() to write extra columns as well.
........
r7065 | bugman | 2008-08-01 14:17:49 +0200 (Fri, 01 Aug 2008) | 3 lines
Modified the write_data() function to use write_header() and write_line() from generic_fns.sequence.
........
r7066 | bugman | 2008-08-01 14:19:47 +0200 (Fri, 01 Aug 2008) | 5 lines
Converted the read() class method into a module function.
This completes the conversion of all class methods to functions.
........
r7067 | bugman | 2008-08-01 14:53:53 +0200 (Fri, 01 Aug 2008) | 3 lines
Converted the generic_fns.value.read() function to the new design.
........
r7068 | bugman | 2008-08-01 14:54:39 +0200 (Fri, 01 Aug 2008) | 3 lines
Bug fix, removed a now non-existent reference to 'self'.
........
r7069 | bugman | 2008-08-01 14:55:21 +0200 (Fri, 01 Aug 2008) | 3 lines
Fixed a call to minimise.reset_min_stats().
........
r7070 | bugman | 2008-08-05 22:04:16 +0200 (Tue, 05 Aug 2008) | 3 lines
Fix for the set_selected_sim() method, the args were back to front.
........
r7071 | bugman | 2008-08-05 22:20:04 +0200 (Tue, 05 Aug 2008) | 3 lines
Changed the instance arg to model_index in the model-free set_selected_sim() method.
........
r7072 | bugman | 2008-08-05 22:22:15 +0200 (Tue, 05 Aug 2008) | 5 lines
Fixes for the J(w) mapping set_selected_sim() method.
The spin index and not spin container is passed into the method.
........
r7073 | bugman | 2008-08-05 22:28:10 +0200 (Tue, 05 Aug 2008) | 3 lines
Added a missing import.
........
r7074 | bugman | 2008-08-05 23:29:30 +0200 (Tue, 05 Aug 2008) | 3 lines
Converted the spin loop in create_data() to a loop over the models.
........
r7075 | semor | 2008-08-06 15:13:23 +0200 (Wed, 06 Aug 2008) | 7 lines
Ported r7070, r7072 and r7073 to the consistency tests code.
r7070: http://svn.gna.org/viewcvs/relax?rev=7070&view=rev
r7072: http://svn.gna.org/viewcvs/relax?rev=7072&view=rev
r7073: http://svn.gna.org/viewcvs/relax?rev=7073&view=rev
........
r7094 | bugman | 2008-08-07 21:53:33 +0200 (Thu, 07 Aug 2008) | 3 lines
Modified the create_data() method to use the unimplemented base_data_loop() generator method.
........
r7095 | bugman | 2008-08-07 22:11:42 +0200 (Thu, 07 Aug 2008) | 3 lines
Created the base_data_loop() generator method for the base class for looping over spins.
........
r7096 | bugman | 2008-08-07 22:23:30 +0200 (Thu, 07 Aug 2008) | 3 lines
Made the base_data_loop() generator method accessible to the specific analyses.
........
r7097 | bugman | 2008-08-07 22:47:31 +0200 (Thu, 07 Aug 2008) | 3 lines
Updated create_mc_data() and sim_pack_data() to accept the spin_id yielded by base_data_loop().
........
r7098 | bugman | 2008-08-07 22:54:36 +0200 (Thu, 07 Aug 2008) | 5 lines
Updated the return_error() method to accept the spin_id arg.
This change doesn't actually do anything.
........
r7099 | bugman | 2008-08-07 23:11:24 +0200 (Thu, 07 Aug 2008) | 5 lines
Implemented the create_mc_data() method.
In the 1.2 line, this was simply aliased to the return_data() method.
........
r7100 | bugman | 2008-08-07 23:17:34 +0200 (Thu, 07 Aug 2008) | 3 lines
Added the missing self arg to create_mc_data().
........
r7101 | bugman | 2008-08-07 23:28:31 +0200 (Thu, 07 Aug 2008) | 3 lines
Added a missing import.
........
r7102 | bugman | 2008-08-07 23:34:36 +0200 (Thu, 07 Aug 2008) | 3 lines
Updated the return_error() to accept the spin_id arg.
........
r7103 | bugman | 2008-08-07 23:53:41 +0200 (Thu, 07 Aug 2008) | 3 lines
Updated the sim_pack_data() method to the new design.
........
r7104 | bugman | 2008-08-07 23:58:28 +0200 (Thu, 07 Aug 2008) | 3 lines
Fixed a call to the data_init() method.
........