Menu

Commit [r5505]  Maximize  Restore  History

Blocked revisions 5466-5501 via svnmerge

........
r5466 | bugman | 2008-04-08 18:39:36 +0200 (Tue, 08 Apr 2008) | 3 lines

Added a missing RelaxError import.
........
r5467 | bugman | 2008-04-08 18:40:04 +0200 (Tue, 08 Apr 2008) | 3 lines

Fixed the RelaxError import statement.
........
r5468 | bugman | 2008-04-08 18:47:34 +0200 (Tue, 08 Apr 2008) | 3 lines

Fix for the setUp() method, as empty SpinContainers are now automatically overwritten.
........
r5469 | bugman | 2008-04-08 18:48:51 +0200 (Tue, 08 Apr 2008) | 3 lines

Added a missing RelaxError import and the copyright statement.
........
r5470 | semor | 2008-04-09 04:07:25 +0200 (Wed, 09 Apr 2008) | 11 lines

Added missing imports and corrected calls to modules from generic_fns.

In previous revisions (5258, 5259, 5260, 5261, 5264, 5265, 5276, 5282, 5283), as part of the
modifications to the new design, these calls to the modules were erroneously instantiated (as is
done for the modules from specific_fns).

The reasons for these changes were specified by Edward d'Auvergne in a post at:
https://mail.gna.org/public/relax-devel/2008-04/msg00029.html (# Message-id:
<7f080ed10804040101n5cc2c69flc3cf0a894389e8f1@...>)
........
r5471 | semor | 2008-04-09 04:13:17 +0200 (Wed, 09 Apr 2008) | 3 lines

Added missing imports.
........
r5472 | bugman | 2008-04-09 10:49:36 +0200 (Wed, 09 Apr 2008) | 6 lines

Created the SpinContainer.is_empty() method.

The molecule, residue, spin object stack in the relax data store is being modified, expect massive
breakages until this is resolved!
........
r5473 | bugman | 2008-04-09 10:52:46 +0200 (Wed, 09 Apr 2008) | 5 lines

Fixes for the SpinContainer.__repr__() method.

This method was fubar!
........
r5474 | bugman | 2008-04-09 10:53:34 +0200 (Wed, 09 Apr 2008) | 3 lines

Comment fix in the SpinList.add_item() method.
........
r5475 | bugman | 2008-04-09 10:55:21 +0200 (Wed, 09 Apr 2008) | 3 lines

Improvements to the ResidueContainer.__repr__() method.
........
r5476 | bugman | 2008-04-09 11:00:21 +0200 (Wed, 09 Apr 2008) | 3 lines

Created the ResidueContainer.is_empty() method.
........
r5477 | bugman | 2008-04-09 11:02:33 +0200 (Wed, 09 Apr 2008) | 3 lines

Created the SpinList.is_empty() method.
........
r5478 | bugman | 2008-04-09 11:05:36 +0200 (Wed, 09 Apr 2008) | 3 lines

Created the ResidueList.is_empty() method.
........
r5479 | bugman | 2008-04-09 11:06:56 +0200 (Wed, 09 Apr 2008) | 3 lines

The SpinList add_item() method now uses the is_empty() method.
........
r5480 | bugman | 2008-04-09 11:08:35 +0200 (Wed, 09 Apr 2008) | 3 lines

The ResidueList add_item() method now calls the is_empty() method.
........
r5481 | bugman | 2008-04-09 11:10:34 +0200 (Wed, 09 Apr 2008) | 3 lines

Updated the MoleculeContainer.__repr__() method.
........
r5482 | bugman | 2008-04-09 11:10:57 +0200 (Wed, 09 Apr 2008) | 3 lines

Fixed a comment in the ResidueContainer.__repr__() method.
........
r5483 | bugman | 2008-04-09 11:13:23 +0200 (Wed, 09 Apr 2008) | 3 lines

Created the MoleculeContainer.is_empty() method.
........
r5484 | bugman | 2008-04-09 11:14:09 +0200 (Wed, 09 Apr 2008) | 3 lines

Added a docstring to the MoleculeList.__repr__() method.
........
r5485 | bugman | 2008-04-09 11:17:14 +0200 (Wed, 09 Apr 2008) | 3 lines

Updated the MoleculeList.add_item() method.
........
r5486 | bugman | 2008-04-09 11:19:37 +0200 (Wed, 09 Apr 2008) | 3 lines

Created the MoleculeList.is_empty() method.
........
r5487 | bugman | 2008-04-09 11:20:12 +0200 (Wed, 09 Apr 2008) | 3 lines

The MoleculeList add_item() method now calls the is_empty() method.
........
r5488 | bugman | 2008-04-09 11:36:24 +0200 (Wed, 09 Apr 2008) | 3 lines

Fix for the Prototype.__deepcopy__() method. The 'is_empty' method is now skipped in the copying.
........
r5489 | bugman | 2008-04-09 11:37:34 +0200 (Wed, 09 Apr 2008) | 3 lines

Fixed the module docsting and updated the copyright.
........
r5490 | bugman | 2008-04-09 11:42:38 +0200 (Wed, 09 Apr 2008) | 3 lines

Fix for a RelaxError message.
........
r5491 | bugman | 2008-04-09 13:49:04 +0200 (Wed, 09 Apr 2008) | 5 lines

Bug fix for the return_residue() function.

Empty MoleculeContainers and ResidueContainers are skipped to avoid returning them.
........
r5492 | bugman | 2008-04-09 13:50:52 +0200 (Wed, 09 Apr 2008) | 5 lines

Bug fix for the return_molecule() function.

Empty MoleculeContainers are skipped to avoid returning them.
........
r5493 | bugman | 2008-04-09 13:52:08 +0200 (Wed, 09 Apr 2008) | 5 lines

Bug fix for the return_spin() function.

Empty MoleculeContainers, ResidueContainers, and SpinContainers are skipped to avoid returning them.
........
r5494 | bugman | 2008-04-09 13:56:11 +0200 (Wed, 09 Apr 2008) | 3 lines

Bug fix in the setUp() method, the first molecule should be named before adding a second!
........
r5495 | bugman | 2008-04-09 14:04:59 +0200 (Wed, 09 Apr 2008) | 5 lines

Bug fix for the SpinList.add_item() method.

Unnumbered spins are allowed if the names are unique.
........
r5496 | bugman | 2008-04-09 14:07:07 +0200 (Wed, 09 Apr 2008) | 5 lines

Bug fix for the ResidueList.add_item() method.

Unnumbered residues are allowed if the names are unique.
........
r5497 | bugman | 2008-04-09 14:07:36 +0200 (Wed, 09 Apr 2008) | 3 lines

Clean up: Empty line removal.
........
r5498 | bugman | 2008-04-09 14:10:31 +0200 (Wed, 09 Apr 2008) | 5 lines

Bug fix for the Test_selection.setUp() method.

The relax data storage object was not being correctly set up, as empty spins were being overwritten.
........
r5499 | bugman | 2008-04-09 14:11:34 +0200 (Wed, 09 Apr 2008) | 3 lines

Bug fix in the test_spin_loop_no_selection() unit test.
........
r5500 | bugman | 2008-04-09 14:16:42 +0200 (Wed, 09 Apr 2008) | 5 lines

Bug fix for the exists_mol_res_spin_data() function.

The new cdp.mol.is_empty() method is being used to determine if data exists.
........
r5501 | bugman | 2008-04-09 14:43:36 +0200 (Wed, 09 Apr 2008) | 5 lines

Bug fix for the test_return_spin() unit test.

selection.return_spin() should return nothing if the SpinContainer is empty.
........

bugman 2008-04-09

changed /1.2
/1.2
Directory.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.