Menu

SVN archive Commit Log


Commit Date  
[r5978] by bugman

Removed the call to state.save().

2008-04-24 14:53:08 Tree
[r5977] by bugman

Shifted the relaxation curve fitting data into the 'test_suite/shared_data/' directory.

2008-04-24 14:51:43 Tree
[r5976] by bugman

Shifted the relaxation curve fitting script to the scripts directory.

2008-04-24 14:50:20 Tree
[r5975] by bugman

Fixed the C module compilation by adding numpy.get_include() to the list of C include flags.

2008-04-24 14:41:54 Tree
[r5974] by bugman

Converted the C modules to use numpy rather than Numeric.

This is going to require the use of numpy.get_include() to find the location of the headers to
re-enable compilation.

2008-04-24 14:37:21 Tree
[r5973] by bugman

Added a few single letter command line options for running the test-suite.

2008-04-24 13:47:39 Tree
[r5972] by bugman

Blocked revisions 5793,5795-5814,5825-5968 via svnmerge

........
r5793 | bugman | 2008-04-16 21:37:24 +0200 (Wed, 16 Apr 2008) | 3 lines

Converted the class docstring to a module docstring.
........
r5795 | bugman | 2008-04-16 21:40:23 +0200 (Wed, 16 Apr 2008) | 3 lines

Converted all class methods into module functions.
........
r5796 | bugman | 2008-04-16 21:44:17 +0200 (Wed, 16 Apr 2008) | 3 lines

Replaced the redundant module function open_file() with relax_io.open_write_file().
........
r5797 | bugman | 2008-04-16 21:46:12 +0200 (Wed, 16 Apr 2008) | 3 lines

Fixed the usage of the relax_io module.
........
r5798 | bugman | 2008-04-16 21:47:50 +0200 (Wed, 16 Apr 2008) | 3 lines

The mkdir() function is now called relax_io.mkdir_nofail().
........
r5799 | bugman | 2008-04-16 21:49:55 +0200 (Wed, 16 Apr 2008) | 3 lines

Removed all references to 'self' in the create() function.
........
r5800 | bugman | 2008-04-16 21:52:13 +0200 (Wed, 16 Apr 2008) | 3 lines

Removed all references to 'self' in the extract() function.
........
r5801 | bugman | 2008-04-16 21:58:14 +0200 (Wed, 16 Apr 2008) | 3 lines

Converted the line_positions() to the new design.
........
r5802 | bugman | 2008-04-16 21:58:47 +0200 (Wed, 16 Apr 2008) | 3 lines

Fixed the call to line_positions().
........
r5803 | bugman | 2008-04-16 22:03:23 +0200 (Wed, 16 Apr 2008) | 6 lines

Removed the tests in extract() for the presence of a model-free model and relaxation data.

These tests reduce flexibility as these can be set later, and the reading of the mfout file does not
depend on these.
........
r5804 | bugman | 2008-04-16 22:08:51 +0200 (Wed, 16 Apr 2008) | 6 lines

Reintroduced the test for the model-free model but with a RelaxError now thrown.

This test was important as the model is necessary to differentiate between te and ts in the mfout
file!
........
r5805 | bugman | 2008-04-16 22:10:35 +0200 (Wed, 16 Apr 2008) | 3 lines

Fixes for the extract() function.
........
r5806 | bugman | 2008-04-16 22:11:44 +0200 (Wed, 16 Apr 2008) | 3 lines

Fix for the get_mf_data() function.
........
r5807 | bugman | 2008-04-16 22:12:28 +0200 (Wed, 16 Apr 2008) | 3 lines

Fixed all the calls to get_mf_data().
........
r5808 | bugman | 2008-04-16 22:24:57 +0200 (Wed, 16 Apr 2008) | 3 lines

Fix for extract() to handle residue misalignment between mfout and the relax data store.
........
r5809 | bugman | 2008-04-16 22:37:18 +0200 (Wed, 16 Apr 2008) | 3 lines

Prepared for a new structural API method, num_str(), for counting the number of structures.
........
r5810 | bugman | 2008-04-16 22:43:03 +0200 (Wed, 16 Apr 2008) | 5 lines

Added the structural API base class method num_str().

This base class method is not a stub, but returns the length of 'self.structural_data'.
........
r5811 | bugman | 2008-04-16 22:43:45 +0200 (Wed, 16 Apr 2008) | 3 lines

Modified the module docsting to say that the methods aren't all prototypes.
........
r5812 | bugman | 2008-04-16 22:45:17 +0200 (Wed, 16 Apr 2008) | 3 lines

Fix for the vectors() function.
........
r5813 | bugman | 2008-04-17 00:03:36 +0200 (Thu, 17 Apr 2008) | 3 lines

Small fix for the xh_vector() method.
........
r5814 | bugman | 2008-04-18 14:17:16 +0200 (Fri, 18 Apr 2008) | 3 lines

Converted the uniform vector distribution object into a list of numpy float64 arrays.
........
r5825 | bugman | 2008-04-20 11:46:20 +0200 (Sun, 20 Apr 2008) | 5 lines

Added the sequence.read() user function to the angles calculation system test.

This just adds a check that sequence.read() can be used in combination with structure.load_spins().
........
r5826 | bugman | 2008-04-20 11:59:47 +0200 (Sun, 20 Apr 2008) | 3 lines

Redesigned the structure.vectors() user function again, again removing the heteronuc arg.
........
r5827 | bugman | 2008-04-20 12:01:53 +0200 (Sun, 20 Apr 2008) | 3 lines

Removed the heteronuc arg from vectors(), and placed the proton name into spin.attached_proton.
........
r5828 | bugman | 2008-04-20 12:04:22 +0200 (Sun, 20 Apr 2008) | 3 lines

Added the unit arg to the vectors() fn. This might be useful in the future.
........
r5829 | bugman | 2008-04-20 12:23:56 +0200 (Sun, 20 Apr 2008) | 3 lines

Modified the Scientific Python API atom_loop() method to return the model number when asked.
........
r5830 | bugman | 2008-04-20 12:25:41 +0200 (Sun, 20 Apr 2008) | 3 lines

Modified the structural API stub method atom_loop() to accept the model_num_flag arg.
........
r5831 | bugman | 2008-04-20 12:29:25 +0200 (Sun, 20 Apr 2008) | 5 lines

Fixed the angles.py script used in the system tests.

The heteronuc arg to structure.vectors() has been removed.
........
r5832 | bugman | 2008-04-20 12:31:59 +0200 (Sun, 20 Apr 2008) | 3 lines

Renamed the structural API base class method num_str() to num_models().
........
r5833 | bugman | 2008-04-20 12:45:08 +0200 (Sun, 20 Apr 2008) | 3 lines

Added the structural API atom_loop() call to the vectors() function.
........
r5834 | bugman | 2008-04-20 12:51:34 +0200 (Sun, 20 Apr 2008) | 6 lines

Renamed generate_spin_id() to generate_spin_id_data_array(), and created a new generate_spin_id().

The generate_spin_id_data_array() function generates the spin_id string from a data array whereas
generate_spin_id() generates the spin_id string from the argument values passed into it.
........
r5835 | bugman | 2008-04-20 12:52:51 +0200 (Sun, 20 Apr 2008) | 3 lines

Fixed the call to generate_spin_id() in the return_spin_from_index() function.
........
r5836 | bugman | 2008-04-20 12:54:02 +0200 (Sun, 20 Apr 2008) | 3 lines

The generate_spin_id_data_array() fn is now called in the read() method.
........
r5837 | bugman | 2008-04-20 12:55:22 +0200 (Sun, 20 Apr 2008) | 3 lines

The generate_spin_id() fn is now being called by the vectors() fn.
........
r5838 | bugman | 2008-04-20 13:26:25 +0200 (Sun, 20 Apr 2008) | 5 lines

Shifted the XH vector calculation from the xh_vector() structural API method to the vector() fn.

This calculation can be done independently from the type of the structural data object.
........
r5839 | bugman | 2008-04-20 13:27:34 +0200 (Sun, 20 Apr 2008) | 3 lines

Deleted the xh_vector() method from the API base class and Scientific Python PDB data object.
........
r5840 | bugman | 2008-04-20 13:32:46 +0200 (Sun, 20 Apr 2008) | 6 lines

Added the full_info flag arg to return_spin() to allow more info to be returned when desired.

This flag will cause the molecule name, residue number and residue name to be returned in addition
to the spin container.
........
r5841 | bugman | 2008-04-20 13:36:54 +0200 (Sun, 20 Apr 2008) | 3 lines

The full spin info is now returned from return_spin() and the modified spins written to stdout.
........
r5842 | bugman | 2008-04-20 14:30:59 +0200 (Sun, 20 Apr 2008) | 6 lines

Started to recode the vectors() function.

The structural API atom_loop() approach is completely wrong, so the spin_loop() will be used
instead.
........
r5843 | bugman | 2008-04-20 14:45:03 +0200 (Sun, 20 Apr 2008) | 3 lines

Started to write the new structural API method attached_atom().
........
r5844 | bugman | 2008-04-20 14:45:30 +0200 (Sun, 20 Apr 2008) | 3 lines

Fix for the atom_id string.
........
r5845 | bugman | 2008-04-20 17:03:46 +0200 (Sun, 20 Apr 2008) | 3 lines

Added the start of the regular expression description in the id_string_doc string.
........
r5846 | bugman | 2008-04-20 17:04:43 +0200 (Sun, 20 Apr 2008) | 3 lines

Wrote the test_Selection_full_spin_id() for testing the string identifier '#Ap4Aase:2&:Glu@...&@NH'.
........
r5847 | bugman | 2008-04-20 17:08:02 +0200 (Sun, 20 Apr 2008) | 5 lines

Fixed all the unit tests of generic_fns.selection.generate_spin_id_data_array().

The function was recently renamed from generate_spin_id() to generate_spin_id_data_array().
........
r5848 | bugman | 2008-04-20 17:09:08 +0200 (Sun, 20 Apr 2008) | 5 lines

Removed the heteronuc arg test of the structure.vectors() user function.

This argument is no longer present.
........
r5849 | bugman | 2008-04-20 17:13:56 +0200 (Sun, 20 Apr 2008) | 3 lines

Improved the test_Selection_full_spin_id() unit test to test all spins.
........
r5850 | bugman | 2008-04-20 17:53:45 +0200 (Sun, 20 Apr 2008) | 6 lines

Split up the Selection.__contains__() method to allow for string comparisons as well.

The MoleculeContainer, ResidueContainer, and/or SpinContainer comparison has been shifted to the
method Selection.__contains_mol_res_spin_containers().
........
r5851 | bugman | 2008-04-20 18:05:51 +0200 (Sun, 20 Apr 2008) | 3 lines

Started an implementation of Selection.__contains_spin_id().
........
r5852 | bugman | 2008-04-20 18:11:54 +0200 (Sun, 20 Apr 2008) | 3 lines

Docstring fix for the __residue_loop() method.
........
r5853 | bugman | 2008-04-20 18:17:59 +0200 (Sun, 20 Apr 2008) | 3 lines

Added the directory for the unit tests of the generic_fns.structure package.
........
r5854 | bugman | 2008-04-20 18:21:31 +0200 (Sun, 20 Apr 2008) | 3 lines

Added the _structure directory to the __all__ list.
........
r5855 | bugman | 2008-04-20 18:37:37 +0200 (Sun, 20 Apr 2008) | 5 lines

Added the framework for the unit tests of the Scietific Python PDB structural object.

Included is a test of the load_structures() method.
........
r5856 | bugman | 2008-04-20 18:39:13 +0200 (Sun, 20 Apr 2008) | 3 lines

Shifted the 'test.pdb' file into the directory for data shared between the system and unit tests.
........
r5857 | bugman | 2008-04-20 18:45:36 +0200 (Sun, 20 Apr 2008) | 3 lines

Fix for the test_load_structures() unit test.
........
r5858 | bugman | 2008-04-20 18:47:07 +0200 (Sun, 20 Apr 2008) | 3 lines

Started the replacement of the use of tokenise() by the full selection object.
........
r5859 | bugman | 2008-04-20 18:50:59 +0200 (Sun, 20 Apr 2008) | 3 lines

Fix for the load_structures() method, the model arg should be a keyword arg.
........
r5860 | bugman | 2008-04-20 18:54:43 +0200 (Sun, 20 Apr 2008) | 3 lines

Added some checks to the test_load_structures() unit test.
........
r5861 | bugman | 2008-04-20 18:57:16 +0200 (Sun, 20 Apr 2008) | 3 lines

Added a unit test for the Scientific_data.atom_loop() method.
........
r5862 | bugman | 2008-04-20 19:02:39 +0200 (Sun, 20 Apr 2008) | 3 lines

Added a unit test for the private Scientific_data.__molecule_loop() method.
........
r5863 | bugman | 2008-04-20 19:06:15 +0200 (Sun, 20 Apr 2008) | 5 lines

Fixes for the __molecule_loop() method.

The selection object is now used for comparisons.
........
r5864 | bugman | 2008-04-20 19:10:33 +0200 (Sun, 20 Apr 2008) | 3 lines

Added some checks to the test___molecule_loop() unit test.
........
r5865 | bugman | 2008-04-20 19:12:51 +0200 (Sun, 20 Apr 2008) | 5 lines

Fix for the __molecule_loop() method.

Molecule names of None are now caught.
........
r5866 | bugman | 2008-04-20 19:16:55 +0200 (Sun, 20 Apr 2008) | 3 lines

Wrote a unit test for the private Scientific_data.__molecule_loop() method with a selection object.
........
r5867 | bugman | 2008-04-20 19:19:29 +0200 (Sun, 20 Apr 2008) | 3 lines

Wrote a unit test for the Scientific_data.__molecule_loop() method with a non-matching selection object.
........
r5868 | bugman | 2008-04-20 19:48:10 +0200 (Sun, 20 Apr 2008) | 5 lines

Created the Selection.contains_mol() method.

This is for testing if a molecule name, in string form, is contained in the selection object.
........
r5869 | bugman | 2008-04-20 19:55:37 +0200 (Sun, 20 Apr 2008) | 3 lines

Added 5 unit test for the Selection.contains_mol() method.
........
r5870 | bugman | 2008-04-20 19:57:44 +0200 (Sun, 20 Apr 2008) | 3 lines

Fix for Selection.contains_mol(). The mol arg is now a keyword arg which defaults to None.
........
r5871 | bugman | 2008-04-20 19:59:07 +0200 (Sun, 20 Apr 2008) | 3 lines

Bug fix for the Selection.contains_mol() method. The recursive call was misspelt.
........
r5872 | bugman | 2008-04-20 20:02:22 +0200 (Sun, 20 Apr 2008) | 6 lines

Fix for the Selection.contains_mol() method.

If the molecule name is None and there are no molecules in the selection object, the function
returns True.
........
r5873 | bugman | 2008-04-20 20:04:37 +0200 (Sun, 20 Apr 2008) | 5 lines

Fix for the Scientific_data.__molecule_loop() method.

The Selection.contains_mol() method is being used to identify matching molecules.
........
r5874 | bugman | 2008-04-20 20:30:44 +0200 (Sun, 20 Apr 2008) | 3 lines

Wrote 6 unit tests for the currently non-existent Selection.contains_res() method.
........
r5875 | bugman | 2008-04-20 20:41:53 +0200 (Sun, 20 Apr 2008) | 3 lines

Added another unit test of the Selection.contains_res() method.
........
r5876 | bugman | 2008-04-20 21:02:04 +0200 (Sun, 20 Apr 2008) | 3 lines

Implemented the Selection.contains_res() method.
........
r5877 | bugman | 2008-04-20 21:08:52 +0200 (Sun, 20 Apr 2008) | 5 lines

Fixes for the __residue_loop() method.

The selection object is now used for comparison.
........
r5878 | bugman | 2008-04-20 21:24:59 +0200 (Sun, 20 Apr 2008) | 3 lines

Wrote 3 unit tests for the Scientific_data.__residue_loop() method.
........
r5879 | bugman | 2008-04-20 22:08:00 +0200 (Sun, 20 Apr 2008) | 3 lines

Fixes for all the unit tests of the Selection.contains_res() method.
........
r5880 | bugman | 2008-04-20 22:10:34 +0200 (Sun, 20 Apr 2008) | 3 lines

Fixes for the Selection.contains_res() method.
........
r5881 | bugman | 2008-04-20 22:24:11 +0200 (Sun, 20 Apr 2008) | 3 lines

Fix for the test___residue_loop_selection() unit test.
........
r5882 | bugman | 2008-04-20 22:24:54 +0200 (Sun, 20 Apr 2008) | 3 lines

Fix for the Selection.contains_res() method.
........
r5883 | bugman | 2008-04-20 22:26:03 +0200 (Sun, 20 Apr 2008) | 3 lines

Fix for the Selection.contains_mol() method.
........
r5884 | bugman | 2008-04-20 23:53:22 +0200 (Sun, 20 Apr 2008) | 3 lines

Modified the Scientific_data.atom_loop() method to call the non-existent Selection.contains_spin().
........
r5885 | bugman | 2008-04-20 23:57:08 +0200 (Sun, 20 Apr 2008) | 3 lines

Implemented the Selection.contains_spin() method.
........
r5886 | bugman | 2008-04-20 23:59:40 +0200 (Sun, 20 Apr 2008) | 3 lines

Fixed the test_atom_loop() unit test.
........
r5887 | bugman | 2008-04-21 00:14:37 +0200 (Mon, 21 Apr 2008) | 3 lines

Wrote 5 unit tests for the Scientific_data.atom_loop() method using spin selections.
........
r5888 | bugman | 2008-04-21 00:16:40 +0200 (Mon, 21 Apr 2008) | 3 lines

Fixed all of the system tests which use the shifted 'test.pdb' data file.
........
r5889 | bugman | 2008-04-21 00:18:45 +0200 (Mon, 21 Apr 2008) | 3 lines

Fixed the angles system test reading of the 'test.pdb' file.
........
r5890 | bugman | 2008-04-21 00:21:33 +0200 (Mon, 21 Apr 2008) | 3 lines

A number of fixes for the Scientific_data.attached_atom() method.
........
r5891 | bugman | 2008-04-21 00:24:21 +0200 (Mon, 21 Apr 2008) | 3 lines

The Scientific_data.attached_atom() method now returns the atom information.
........
r5892 | bugman | 2008-04-21 00:27:27 +0200 (Mon, 21 Apr 2008) | 3 lines

Renamed the angles() user function to angle_diff_frame().
........
r5893 | bugman | 2008-04-21 00:28:57 +0200 (Mon, 21 Apr 2008) | 3 lines

Fixed the loading of the angle_diff_frame() user function into the interpreter.
........
r5894 | bugman | 2008-04-21 00:30:02 +0200 (Mon, 21 Apr 2008) | 3 lines

Fix for the angles system test. The angle_diff_frame() user function is now called.
........
r5895 | bugman | 2008-04-21 00:35:30 +0200 (Mon, 21 Apr 2008) | 3 lines

Fixes for the angle_diff_frame() function.
........
r5896 | bugman | 2008-04-21 00:41:34 +0200 (Mon, 21 Apr 2008) | 3 lines

The spheroid_frame() function has been converted to the new design.
........
r5897 | bugman | 2008-04-21 10:27:36 +0200 (Mon, 21 Apr 2008) | 3 lines

Improvements to warning message in the spheroid_frame() function.
........
r5898 | bugman | 2008-04-21 10:29:53 +0200 (Mon, 21 Apr 2008) | 3 lines

Added the sequence.display() user function call to the angles system test.
........
r5899 | bugman | 2008-04-21 10:33:04 +0200 (Mon, 21 Apr 2008) | 3 lines

Fix for the sequence.display() user function intro printout.
........
r5900 | bugman | 2008-04-21 10:41:01 +0200 (Mon, 21 Apr 2008) | 3 lines

Changed the defaults of the sequence.display() user function so that everything is shown.
........
r5901 | bugman | 2008-04-21 10:41:36 +0200 (Mon, 21 Apr 2008) | 3 lines

Copyright notice update.
........
r5902 | bugman | 2008-04-21 10:48:00 +0200 (Mon, 21 Apr 2008) | 3 lines

A few small changes to the vectors() function.
........
r5903 | bugman | 2008-04-21 11:21:52 +0200 (Mon, 21 Apr 2008) | 5 lines

Modified the attached_atom() method and created the __find_bonded_atom() method.

The attached atom is now isolated correctly and returned.
........
r5904 | bugman | 2008-04-21 11:33:49 +0200 (Mon, 21 Apr 2008) | 3 lines

Some improvements to the vectors() function. It doesn't work yet though.
........
r5905 | bugman | 2008-04-21 11:40:39 +0200 (Mon, 21 Apr 2008) | 3 lines

Modified the attached_atom() method to handle multiple models.
........
r5906 | bugman | 2008-04-21 11:41:43 +0200 (Mon, 21 Apr 2008) | 3 lines

Modified the vectors() function to handle the atom position being a list.
........
r5907 | bugman | 2008-04-21 11:44:33 +0200 (Mon, 21 Apr 2008) | 3 lines

Modified the vectors() function to call the non-existant structural API bond_vectors() method.
........
r5908 | bugman | 2008-04-21 11:46:49 +0200 (Mon, 21 Apr 2008) | 3 lines

Added the attached_atom() prototype method to the structural API base class.
........
r5909 | bugman | 2008-04-21 11:57:29 +0200 (Mon, 21 Apr 2008) | 3 lines

Created the Scientific Python structural API method bond_vectors().
........
r5910 | bugman | 2008-04-21 11:59:20 +0200 (Mon, 21 Apr 2008) | 3 lines

Added the bond_vectors() prototype method to the structural API base class.
........
r5911 | bugman | 2008-04-21 13:21:46 +0200 (Mon, 21 Apr 2008) | 6 lines

Completed the vectors() function.

The vector is now fetched, averaged over all models, and placed into spin.xh_vect. All the old code
has been axed.
........
r5912 | bugman | 2008-04-21 14:02:54 +0200 (Mon, 21 Apr 2008) | 3 lines

Added many checks to the angles calculation system test.
........
r5913 | bugman | 2008-04-21 14:05:22 +0200 (Mon, 21 Apr 2008) | 3 lines

Removed a newline character from the RelaxWarning system printout.
........
r5914 | bugman | 2008-04-21 14:20:14 +0200 (Mon, 21 Apr 2008) | 3 lines

STDERR is now being caught by the relax test suite TextTestRunner replacement.
........
r5915 | bugman | 2008-04-21 14:30:19 +0200 (Mon, 21 Apr 2008) | 3 lines

Wrote the RelaxTestRunner.addFailure() replacement method to prepend STDERR/STDOUT to the message.
........
r5916 | bugman | 2008-04-21 14:33:27 +0200 (Mon, 21 Apr 2008) | 3 lines

Fix for the test_atom_loop_spin_selection1() unit test.
........
r5917 | bugman | 2008-04-21 14:36:03 +0200 (Mon, 21 Apr 2008) | 3 lines

Sorted some import statements.
........
r5918 | bugman | 2008-04-21 14:38:30 +0200 (Mon, 21 Apr 2008) | 5 lines

Fixed the setup of the maths_fns.consistency_tests.Consistency object.

This mimicks the J(w) mapping change of r5742.
........
r5919 | bugman | 2008-04-21 14:59:00 +0200 (Mon, 21 Apr 2008) | 5 lines

Improved the testing in the consistency testing calculate() method.

This mimicks the J(w) mapping changes of r5743 and r5744.
........
r5920 | bugman | 2008-04-21 15:02:56 +0200 (Mon, 21 Apr 2008) | 5 lines

The proton type is now set in the consistency testing system test.

This mimicks the J(w) mapping changes of r5745.
........
r5921 | bugman | 2008-04-21 15:05:20 +0200 (Mon, 21 Apr 2008) | 3 lines

mu0 and h_bar are now passed into Consistency().
........
r5922 | bugman | 2008-04-21 15:11:15 +0200 (Mon, 21 Apr 2008) | 5 lines

Fix for the test_opendx_theta_phi_da() system test.

The structure.vectors() user function is no longer passed the heteronuc arg.
........
r5923 | bugman | 2008-04-21 15:12:46 +0200 (Mon, 21 Apr 2008) | 3 lines

Added a missing RelaxError import.
........
r5924 | bugman | 2008-04-21 15:38:46 +0200 (Mon, 21 Apr 2008) | 3 lines

Created the RelaxSpinsNotLoadedError class.
........
r5925 | bugman | 2008-04-21 16:08:50 +0200 (Mon, 21 Apr 2008) | 3 lines

Fix for the RelaxSequenceError class. The pipe arg is now optional.
........
r5926 | bugman | 2008-04-21 16:21:04 +0200 (Mon, 21 Apr 2008) | 3 lines

Added a unit test to test that the Selection object has no memory of previous selections.
........
r5927 | bugman | 2008-04-21 17:03:16 +0200 (Mon, 21 Apr 2008) | 3 lines

Fixed a name clash of 'spin_id'.
........
r5928 | bugman | 2008-04-21 17:08:26 +0200 (Mon, 21 Apr 2008) | 5 lines

Added a check for the spin number and name being set in the vectors() function.

This must be set for the XH vector to be isolated.
........
r5929 | bugman | 2008-04-21 17:09:48 +0200 (Mon, 21 Apr 2008) | 5 lines

Fix for the test_opendx_theta_phi_da() system test.

The spin information is now loaded.
........
r5930 | bugman | 2008-04-21 17:28:46 +0200 (Mon, 21 Apr 2008) | 3 lines

Modified the read() function to write out all the new spins.
........
r5931 | bugman | 2008-04-21 17:30:57 +0200 (Mon, 21 Apr 2008) | 3 lines

Fix for the calls to the functions of the generic_fns.diffusion_tensor module.
........
r5932 | bugman | 2008-04-21 17:33:44 +0200 (Mon, 21 Apr 2008) | 3 lines

Updated the map_bounds() function to the new design.
........
r5933 | bugman | 2008-04-21 17:34:10 +0200 (Mon, 21 Apr 2008) | 3 lines

Fixed the call to map_bounds().
........
r5934 | bugman | 2008-04-21 17:38:28 +0200 (Mon, 21 Apr 2008) | 6 lines

Reverted r5933, as this change was incorrect.

The command used was:
svn merge -r5933:5932 .
........
r5935 | bugman | 2008-04-21 17:38:55 +0200 (Mon, 21 Apr 2008) | 3 lines

Added the dummy spin_id keyword arg to the map_bounds() function.
........
r5936 | bugman | 2008-04-21 17:41:30 +0200 (Mon, 21 Apr 2008) | 3 lines

Converted the return_conversion_factor() function to the new design.
........
r5937 | bugman | 2008-04-21 17:43:43 +0200 (Mon, 21 Apr 2008) | 3 lines

Converted the return_units() function to the new relax design.
........
r5938 | bugman | 2008-04-21 22:52:35 +0200 (Mon, 21 Apr 2008) | 3 lines

Loosened the checks in the angles calculation system test to allow 64 bit platforms to pass.
........
r5939 | bugman | 2008-04-21 23:14:05 +0200 (Mon, 21 Apr 2008) | 6 lines

Renamed the test_read_results() system test to test_read_results_1_2().

This is because the results file is in the 1.2 line format. Hence the results file has been renamed
as well. The loading of the 1.2 program state has also been axed.
........
r5940 | bugman | 2008-04-21 23:15:34 +0200 (Mon, 21 Apr 2008) | 3 lines

Deleted the relax 1.2 save state (used in the results file reading system test).
........
r5941 | bugman | 2008-04-21 23:34:17 +0200 (Mon, 21 Apr 2008) | 3 lines

Wrote the PipeContainer.is_empty() method.
........
r5942 | bugman | 2008-04-21 23:38:49 +0200 (Mon, 21 Apr 2008) | 3 lines

Added a unit test for the PipeContainer.is_empty() method.
........
r5943 | bugman | 2008-04-21 23:40:57 +0200 (Mon, 21 Apr 2008) | 3 lines

Wrote the Element.is_empty() method.
........
r5944 | bugman | 2008-04-21 23:43:57 +0200 (Mon, 21 Apr 2008) | 3 lines

Fix for the PipeContainer.is_empty() method.
........
r5945 | bugman | 2008-04-21 23:46:18 +0200 (Mon, 21 Apr 2008) | 5 lines

Modified the unit test of the PipeContainer.is_empty() method.

The pipe type can be set in an empty pipe.
........
r5946 | bugman | 2008-04-21 23:47:39 +0200 (Mon, 21 Apr 2008) | 3 lines

The pipe type of None is no longer checked for in the PipeContainer.is_empty() method.
........
r5947 | bugman | 2008-04-22 00:13:52 +0200 (Tue, 22 Apr 2008) | 3 lines

Modified the API documentation construction so that most of the test suite is not present.
........
r5948 | bugman | 2008-04-23 00:08:43 +0200 (Wed, 23 Apr 2008) | 3 lines

Started to convert the model-free read_columnar_results() method to the new relax design.
........
r5949 | bugman | 2008-04-23 18:01:39 +0200 (Wed, 23 Apr 2008) | 3 lines

Added a directory for the structural data of the test suite and added a small molecule structure.
........
r5950 | bugman | 2008-04-23 18:02:49 +0200 (Wed, 23 Apr 2008) | 3 lines

Renamed one of the test suite PDB files.
........
r5951 | bugman | 2008-04-23 18:08:33 +0200 (Wed, 23 Apr 2008) | 3 lines

Fixed all the test suite tests pointing to the renamed 'test.pdb' file.
........
r5952 | bugman | 2008-04-23 18:44:01 +0200 (Wed, 23 Apr 2008) | 5 lines

Added a system test for the loading of spins from a small molecule.

This uses the Scientific Python PDB data object.
........
r5953 | bugman | 2008-04-23 22:44:33 +0200 (Wed, 23 Apr 2008) | 5 lines

Disabled the unit test for spin selections with parentheses.

This test can wait until someone tries to implement the feature.
........
r5954 | bugman | 2008-04-23 22:58:27 +0200 (Wed, 23 Apr 2008) | 5 lines

Added two simple unit tests for printing out the contents of a data pipe.

This tests the PipeContainer.__repr__() method.
........
r5955 | bugman | 2008-04-23 23:00:12 +0200 (Wed, 23 Apr 2008) | 5 lines

Fix for the PipeContainer.__repr__() method.

The is_empty() function is skipped.
........
r5956 | bugman | 2008-04-23 23:02:29 +0200 (Wed, 23 Apr 2008) | 3 lines

Added a tearDown() clean up method for the unit tests of the PipeContainer.
........
r5957 | bugman | 2008-04-23 23:05:19 +0200 (Wed, 23 Apr 2008) | 3 lines

The PipeContainer.__repr__() unit test are now stricter, checking for returned strings.
........
r5958 | bugman | 2008-04-23 23:14:39 +0200 (Wed, 23 Apr 2008) | 5 lines

Fixed a unit test for the Scientific_data.atom_loop() method with the '@163' spin selection.

2 unit test functions had the same name, so only one was being run.
........
r5959 | bugman | 2008-04-23 23:18:52 +0200 (Wed, 23 Apr 2008) | 3 lines

Fixes for the test_atom_loop_spin_selection1() unit test.
........
r5960 | bugman | 2008-04-23 23:27:49 +0200 (Wed, 23 Apr 2008) | 3 lines

Wrote 7 unit tests for the Selection.contains_spin() method.
........
r5961 | bugman | 2008-04-23 23:33:08 +0200 (Wed, 23 Apr 2008) | 3 lines

Wrote 6 unit tests for the Selection.contains_*() methods when regular expression is passed in.
........
r5962 | bugman | 2008-04-23 23:37:52 +0200 (Wed, 23 Apr 2008) | 3 lines

The Selection.contains_*() methods now call the wildcard_match() function for comparisons.
........
r5963 | bugman | 2008-04-23 23:44:31 +0200 (Wed, 23 Apr 2008) | 3 lines

Improved the wildcard_match() function to allow comparisons of the strings both ways.
........
r5964 | bugman | 2008-04-24 00:12:24 +0200 (Thu, 24 Apr 2008) | 5 lines

Spun off half of the read() function into the new generate() function.

The new function will be very useful for other parts of relax.
........
r5965 | bugman | 2008-04-24 00:23:20 +0200 (Thu, 24 Apr 2008) | 6 lines

Improvements for the add_item() methods of MolecularContainer, ResidueContainer, and SpinContainer.

The logic is much improved and split into 2 parts: replace the current empty container or append a
new container.
........
r5966 | bugman | 2008-04-24 00:28:14 +0200 (Thu, 24 Apr 2008) | 3 lines

Removed some dodgy code from return_molecule().
........
r5967 | bugman | 2008-04-24 00:31:16 +0200 (Thu, 24 Apr 2008) | 3 lines

Fixed a bug in the copy() fn uncovered by the fix of r5966.
........
r5968 | bugman | 2008-04-24 10:17:34 +0200 (Thu, 24 Apr 2008) | 6 lines

Loosened the model-free optimisation tests as different numpy versions were affecting the precision.

The checks of the model-free params and chi2 use self.assertAlmostEqual() again, as numpy was
causing float differences at around the machine precision mark.
........

2008-04-24 12:24:01 Tree
[r5971] by bugman

Rewrote the branches section of the development chapter to describe the use of svnmerge.py.

2008-04-24 12:23:40 Tree
[r5970] by bugman

Initialized merge tracking via "svnmerge" with revisions "1-5968" from
svn+ssh://bugman@.../svn/relax/1.3

2008-04-24 10:11:57 Tree
[r5969] by bugman

Created a branch for the porting of the multi_processor branch into the current 1.3 line code base.

2008-04-24 09:25:37 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.