Menu

SVN archive Commit Log


Commit Date  
[r3164] by bugman

The pipe.create() user function now works!

The prompt.pipe module now import the 'generic_fns.pipes' module and executes the create() function.
The system/functional test for this user function now passes and has been updated with runs renamed
to pipes.

2007-03-13 03:43:51 Tree
[r3163] by bugman

Removed the functions not used by relax from the 'generic_fns.pipes' module.

The functions 'eliminate_unused_pipes()' and 'list_of_pipes()' have been deleted as they are not
used anywhere within relax. The unit test for the 'eliminate_unused_pipes()' has also been deleted.

2007-03-13 03:41:54 Tree
[r3162] by bugman

Fixed the setting of the current data pipe so that the 'test_deletion()' unit test passes.

The current data pipe was not being set to None by the 'generic_fns.pipes.delete()' if the deleted
pipe is the current pipe.

2007-03-13 03:41:19 Tree
[r3161] by bugman

Fixed the setting of the current data pipe so that the 'test_creation()' unit test passes.

The current data pipe was not being set to the new data pipe created by the function
'generic_fns.pipes.create()'.

2007-03-13 03:40:20 Tree
[r3160] by bugman

Fixed the 'test_deletion_fail()' unit test.

The error throw was RelaxNoRunError and not RelaxError.

2007-03-13 03:38:54 Tree
[r3159] by bugman

Rewrote the 'generic_fns.pipes.delete()' function.

2007-03-13 03:38:11 Tree
[r3158] by bugman

Added a tearDown() method to the 'test_suite/unit_tests/generic_fns/test_pipes.py' file.

The relax data storage object is reset as the data added to it from different tests was clashing.
The method allows the 'test_creation_fail' unit test to pass.

2007-03-13 03:37:42 Tree
[r3157] by bugman

Fixed the function generic_fns.pipes.create().

The relax data store singleton method 'add()' has been deleted as the method required the first
argument to be the singleton instance. Instead the functionality has been shifted into the
generic_fns.pipes.create() function. The unit tests have been modified for the new setup.

All references to 'run' in the file 'test_suite/unit_tests/generic_fns/test_pipes.py' have been
replaced with 'pipe'.

2007-03-13 03:36:45 Tree
[r3156] by bugman

Added unit tests for the relax data storage singleton class Data from the 'data' module.

2007-03-13 03:34:49 Tree
[r3155] by bugman

Fixed the problems with the classes of the 'data.mol_res_spin' module.

The add_item() methods of the list type classes have been modified. For the MoleculeList class the
'mol_name' argument has been added and the MoleculeContainer.__init__() method accepts this argument
as well. The 'res_name', 'res_num', 'spin_name', 'spin_num', and 'select' have similarily been
added.

2007-03-13 03:34:03 Tree
Older >
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.