Menu

SVN archive Commit Log


Commit Date  
[r4430] by bugman

Bug fix for the read() and test_labels() methods of the specific_fns.relax_data.Rx_data class.

The arguments are not placed into self!

2008-01-07 14:52:55 Tree
[r4429] by bugman

Merged revisions 4426-4428 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r4426 | bugman | 2008-01-07 15:22:29 +0100 (Mon, 07 Jan 2008) | 3 lines

Converted all class methods of generic_fns.minimise() into functions following the new relax design.
........
r4427 | bugman | 2008-01-07 15:26:46 +0100 (Mon, 07 Jan 2008) | 5 lines

Removed all of the modules for setting the nucleus type.

This has been shifted into the value.set() user function instead.
........
r4428 | bugman | 2008-01-07 15:30:32 +0100 (Mon, 07 Jan 2008) | 6 lines

Bug fixes for all the system tests trying to set the nucleus type.

The call to self.relax.interpreter._Nuclei.nuclei() has been replaced with a call to
self.relax.interpreter._Value.set().
........

2008-01-07 14:32:19 Tree
[r4428] by bugman

Bug fixes for all the system tests trying to set the nucleus type.

The call to self.relax.interpreter._Nuclei.nuclei() has been replaced with a call to
self.relax.interpreter._Value.set().

2008-01-07 14:30:32 Tree
[r4427] by bugman

Removed all of the modules for setting the nucleus type.

This has been shifted into the value.set() user function instead.

2008-01-07 14:26:46 Tree
[r4426] by bugman

Converted all class methods of generic_fns.minimise() into functions following the new relax design.

2008-01-07 14:22:29 Tree
[r4425] by bugman

Merged revisions 4424 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r4424 | bugman | 2008-01-07 14:26:57 +0100 (Mon, 07 Jan 2008) | 3 lines

Added the missing import of the minimise module.
........

2008-01-07 13:29:19 Tree
[r4424] by bugman

Added the missing import of the minimise module.

2008-01-07 13:26:57 Tree
[r4423] by bugman

Bug fix for the params arg of the align_tensor.init() user function.

The str tuple is now handled.

2008-01-07 13:24:58 Tree
[r4422] by bugman

Updated the alignment tensor code to use the new gyromagnetic names as per the 1.3 line.

The old names used were {gC, gH, gN, gO, gP} whereas the new names are {g13C, g1H, g15N, g17O,
g31P}.

2008-01-07 13:20:42 Tree
[r4421] by bugman

Merged revisions 4372-4419 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r4372 | bugman | 2008-01-05 23:27:48 +0100 (Sat, 05 Jan 2008) | 3 lines

Bug fix in the angles calculation system test.
........
r4374 | bugman | 2008-01-05 23:33:38 +0100 (Sat, 05 Jan 2008) | 5 lines

Bug fix for the system tests calling the state.load() user function.

The 'file' argument is now called 'state'.
........
r4375 | bugman | 2008-01-05 23:35:55 +0100 (Sat, 05 Jan 2008) | 5 lines

Another bug fix for the system tests calling the state.load() user function.

The 'dir' argument is now called 'dir_name'.
........
r4376 | bugman | 2008-01-05 23:58:30 +0100 (Sat, 05 Jan 2008) | 3 lines

Shifted all the gyromagnetic ratio values into the physical constants file.
........
r4377 | bugman | 2008-01-06 00:22:00 +0100 (Sun, 06 Jan 2008) | 6 lines

Wrote 12 unit tests for using the value setting functions to set the hetero and homonuclei.

This is in preparation for replacing the nuclei() user function with the more powerful value.set().
The values also need to now be spin specific.
........
r4378 | bugman | 2008-01-06 00:36:43 +0100 (Sun, 06 Jan 2008) | 3 lines

Updated the model-free code to handle a spin system specific 'nucleus' variable.
........
r4379 | bugman | 2008-01-06 00:37:50 +0100 (Sun, 06 Jan 2008) | 3 lines

Removed all the setting of the homonucleus unit tests.
........
r4380 | bugman | 2008-01-06 00:40:49 +0100 (Sun, 06 Jan 2008) | 5 lines

Fixed all the unit tests of setting the heteronucleus type.

The variable will be called 'nucleus' and not 'heteronuc'.
........
r4381 | bugman | 2008-01-06 00:45:50 +0100 (Sun, 06 Jan 2008) | 3 lines

The specific value setting function, of the base class, now handles string values.
........
r4382 | bugman | 2008-01-06 00:54:34 +0100 (Sun, 06 Jan 2008) | 3 lines

Updated the J(w) mapping code to handle a spin system specific 'nucleus' variable.
........
r4383 | bugman | 2008-01-06 01:01:41 +0100 (Sun, 06 Jan 2008) | 5 lines

Renamed the J(w) mapping specific set() method to set_doc().

The base class method set() is used instead.
........
r4384 | bugman | 2008-01-06 01:03:45 +0100 (Sun, 06 Jan 2008) | 3 lines

Updated the value.set() user function to use the correct J(w) mapping value setting docstring.
........
r4385 | bugman | 2008-01-06 01:05:05 +0100 (Sun, 06 Jan 2008) | 5 lines

Bug fix for the base class value setting method set().

If no default value exists, this is now caught and a RelaxError is thrown.
........
r4386 | bugman | 2008-01-06 01:10:34 +0100 (Sun, 06 Jan 2008) | 5 lines

Updated the value.set() user function to accept string values of the 'value' variable.

Two new RelaxErrors have been created for this.
........
r4387 | bugman | 2008-01-06 01:12:58 +0100 (Sun, 06 Jan 2008) | 3 lines

Updated the value arg unit test of the value.set() user function to use the new RelaxError.
........
r4388 | bugman | 2008-01-06 01:18:12 +0100 (Sun, 06 Jan 2008) | 3 lines

Added a missing RelaxError import.
........
r4389 | bugman | 2008-01-06 01:20:11 +0100 (Sun, 06 Jan 2008) | 3 lines

Updated the value arg unit test of the value.set() user function to use another new RelaxError.
........
r4390 | bugman | 2008-01-06 01:26:47 +0100 (Sun, 06 Jan 2008) | 5 lines

Bug fix for the value arg unit test of the value.set() user function.

The valid str arg types are now being caught and skipped.
........
r4391 | bugman | 2008-01-06 12:03:56 +0100 (Sun, 06 Jan 2008) | 3 lines

Converted all the 'structure' user functions to the new relax design.
........
r4392 | bugman | 2008-01-06 12:28:55 +0100 (Sun, 06 Jan 2008) | 5 lines

Modified the structure.vectors() user function to use the spin_id string.

It was previously using the residue number and name id system.
........
r4393 | bugman | 2008-01-06 12:32:25 +0100 (Sun, 06 Jan 2008) | 3 lines

Wrote 16 unit tests for all args of all structure user functions.
........
r4394 | bugman | 2008-01-06 12:34:38 +0100 (Sun, 06 Jan 2008) | 5 lines

Bug fix for the model arg unit test of the structure.read_pdb() user function.

The value is a str, not an int.
........
r4395 | bugman | 2008-01-06 12:36:58 +0100 (Sun, 06 Jan 2008) | 5 lines

Bug fix for the structure.read_pdb() user function.

The incorrect RelaxError was being raised for the model argument.
........
r4396 | bugman | 2008-01-06 12:39:37 +0100 (Sun, 06 Jan 2008) | 5 lines

Bug fix for the model arg unit test of the structure.read_pdb() user function.

Bin args are now caught as well.
........
r4397 | bugman | 2008-01-06 12:49:35 +0100 (Sun, 06 Jan 2008) | 5 lines

Bug fix for the scale arg unit test of the structure.create_diff_tensor_pdb() user function.

Bin args are now caught as well.
........
r4398 | bugman | 2008-01-06 20:37:51 +0100 (Sun, 06 Jan 2008) | 3 lines

Added a missing RelaxError import.
........
r4402 | bugman | 2008-01-07 10:58:02 +0100 (Mon, 07 Jan 2008) | 3 lines

Converted all of the minimise user functions to the new relax design.
........
r4403 | bugman | 2008-01-07 11:05:40 +0100 (Mon, 07 Jan 2008) | 3 lines

Created the base class for the unit tests of the prompt and generic_fns minimisation functions.
........
r4404 | bugman | 2008-01-07 11:06:06 +0100 (Mon, 07 Jan 2008) | 3 lines

Wrote the print_flag arg unit test of the minimise.calc() user function.
........
r4405 | bugman | 2008-01-07 11:40:38 +0100 (Mon, 07 Jan 2008) | 3 lines

Wrote 5 unit tests for the arguments of the minimise.grid_search() user function.
........
r4406 | bugman | 2008-01-07 11:48:17 +0100 (Mon, 07 Jan 2008) | 3 lines

Added string tuples as a new data type for the user function argument unit tests.
........
r4407 | bugman | 2008-01-07 12:01:40 +0100 (Mon, 07 Jan 2008) | 5 lines

Wrote a unit test for the arguments to the minimise() user function.

This is for the variable argument list for the minimisation algorithm and its options.
........
r4408 | bugman | 2008-01-07 12:03:33 +0100 (Mon, 07 Jan 2008) | 5 lines

Bug fix for the minimise() user function.

All arguments are now checked if they are strings.
........
r4409 | bugman | 2008-01-07 13:12:28 +0100 (Mon, 07 Jan 2008) | 5 lines

Simplified the non-keyword argument test of the minimise() user function.

Nested looping is not necessary to test all combinations.
........
r4410 | bugman | 2008-01-07 13:13:40 +0100 (Mon, 07 Jan 2008) | 5 lines

Fixed the docstrings of the calc() and grid_search() arg unit tests.

The user functions were incorrectly named with 'minimisation.' prepended.
........
r4411 | bugman | 2008-01-07 13:14:22 +0100 (Mon, 07 Jan 2008) | 3 lines

Removed an unnecessary comment.
........
r4412 | bugman | 2008-01-07 13:16:08 +0100 (Mon, 07 Jan 2008) | 3 lines

More tidying up of the unit test comments.
........
r4413 | bugman | 2008-01-07 13:19:05 +0100 (Mon, 07 Jan 2008) | 3 lines

Wrote a unit test to check the behaviour of minimise() user function with a bad keyword arg.
........
r4414 | bugman | 2008-01-07 13:31:37 +0100 (Mon, 07 Jan 2008) | 3 lines

Wrote 6 unit tests for the rest of the minimise() user function keyword arguments.
........
r4415 | bugman | 2008-01-07 13:32:55 +0100 (Mon, 07 Jan 2008) | 5 lines

Bug fix for the minimise() user function.

The maximum number of iterations should be an integer. A float should not be accepted!
........
r4416 | bugman | 2008-01-07 13:35:00 +0100 (Mon, 07 Jan 2008) | 3 lines

Updated a copyright statement.
........
r4417 | bugman | 2008-01-07 13:37:30 +0100 (Mon, 07 Jan 2008) | 5 lines

Bug fix for the grid_search() user function.

Empty lists for the lower, upper, and inc args now throw a RelaxError.
........
r4418 | bugman | 2008-01-07 13:40:55 +0100 (Mon, 07 Jan 2008) | 3 lines

Bug fix for the lower and upper args to the grid_search() user function.
........
r4419 | bugman | 2008-01-07 13:43:42 +0100 (Mon, 07 Jan 2008) | 5 lines

Bug fix for the params arg unit test of the diffusion_tensor.init() user function.

The new str tuples are now properly handled.
........

2008-01-07 12:53:09 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.