Menu

SVN archive Commit Log


Commit Date  
[r4450] by bugman

The script file is now passed into the interpreter run() method.

This change is like to break many things!!!

2008-01-07 17:15:09 Tree
[r4449] by bugman

Created a script containing the commands used in the system test for creating a model-free model.

The system test executes the script instead of running the commands itself.

2008-01-07 17:09:07 Tree
[r4448] by bugman

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

........
r4447 | bugman | 2008-01-07 17:59:23 +0100 (Mon, 07 Jan 2008) | 5 lines

Added the quit argument to the run() class method.

This is to allow the system/functional tests to run this method and to ask relax not to quit.
........

2008-01-07 17:00:06 Tree
[r4447] by bugman

Added the quit argument to the run() class method.

This is to allow the system/functional tests to run this method and to ask relax not to quit.

2008-01-07 16:59:23 Tree
[r4446] by bugman

Fix for the grid_search() and minimise() calls in the N-state model system test script file.

2008-01-07 16:53:57 Tree
[r4445] by bugman

Added the missing import of math.sqrt() into the N-state model system test script file.

2008-01-07 16:52:58 Tree
[r4444] by bugman

Worked out how to execute a script for the system/functional tests!

2008-01-07 16:51:21 Tree
[r4443] by bugman

Created a script containing the commands used in the N-state model system test.

The system test tries to execute the script. Work still needs to be done here though.

2008-01-07 16:46:57 Tree
[r4442] by semor

Merged revisions 4338-4372,4374-4398,4402-4419,4424,4426-4428,4430-4433 via svnmerge from
svn+ssh://semor@.../svn/relax/1.3

........
r4338 | bugman | 2008-01-05 11:09:45 -0500 (Sat, 05 Jan 2008) | 3 lines

Converted the pipe creation functional test to use the unittest framework.
........
r4339 | bugman | 2008-01-05 11:10:10 -0500 (Sat, 05 Jan 2008) | 3 lines

Removed the pipe creation test from the old system/functional test framework.
........
r4340 | bugman | 2008-01-05 11:20:36 -0500 (Sat, 05 Jan 2008) | 6 lines

Created a class called System_test_runner for executing the system/functional tests.

Whether this is replaced by Gary's Unit_test_runner, invokes Unit_test_runner, or is independent of
Unit_test_runner is not yet known.
........
r4341 | bugman | 2008-01-05 11:24:27 -0500 (Sat, 05 Jan 2008) | 3 lines

Renamed the pipe creation module to start with 'test_'.
........
r4342 | bugman | 2008-01-05 11:37:41 -0500 (Sat, 05 Jan 2008) | 5 lines

Added some code to execute the new system/functional tests.

This just runs the System_test_runner.run() method which doesn't do anything yet.
........
r4343 | bugman | 2008-01-05 11:50:15 -0500 (Sat, 05 Jan 2008) | 3 lines

Added the ability to run the new system/functional tests based on the unittest framework.
........
r4344 | bugman | 2008-01-05 11:52:24 -0500 (Sat, 05 Jan 2008) | 6 lines

Bug fix for the pipe creation system test.

The __init__ function should not be overwritten! The relax instance must be passed in by some other
method.
........
r4345 | bugman | 2008-01-05 12:01:08 -0500 (Sat, 05 Jan 2008) | 5 lines

Placed the relax namespace into the new system tests.

The relax namespace will now be available to all new TestCase class instances.
........
r4346 | bugman | 2008-01-05 12:01:50 -0500 (Sat, 05 Jan 2008) | 3 lines

Removed the unused 'runner' argument to System_test_runner.run().
........
r4347 | bugman | 2008-01-05 12:03:00 -0500 (Sat, 05 Jan 2008) | 3 lines

Fixed the reference to the now non-existent 'pipe' variable.
........
r4348 | bugman | 2008-01-05 12:04:53 -0500 (Sat, 05 Jan 2008) | 3 lines

System_test_runner.run() is no longer called with the runner argument.
........
r4349 | bugman | 2008-01-05 12:06:32 -0500 (Sat, 05 Jan 2008) | 3 lines

Added the missing import of the relax data storage object into the pipe creation system test.
........
r4350 | bugman | 2008-01-05 12:09:29 -0500 (Sat, 05 Jan 2008) | 3 lines

Shifted to RelaxTestRunner for the new system/functional tests to catch STDOUT.
........
r4351 | bugman | 2008-01-05 12:10:35 -0500 (Sat, 05 Jan 2008) | 3 lines

Added a missing newline.
........
r4352 | bugman | 2008-01-05 12:12:16 -0500 (Sat, 05 Jan 2008) | 3 lines

The results of the new system/functional test framework is now returned.
........
r4353 | bugman | 2008-01-05 12:27:07 -0500 (Sat, 05 Jan 2008) | 3 lines

Renamed the test suite running module to test_suite_runner.
........
r4354 | bugman | 2008-01-05 12:41:07 -0500 (Sat, 05 Jan 2008) | 5 lines

Split the Test_suite_runner.__init__() method into many smaller methods.

This is part of a clean up of the messy base structure of the relax test suite.
........
r4355 | bugman | 2008-01-05 12:45:36 -0500 (Sat, 05 Jan 2008) | 6 lines

Clean up of the operation of the --unit-tests and --system-tests command line options.

These now use the Test_suite_runner methods so that the 'relax' file need not deal with the
implementation details of the various test suite categories.
........
r4356 | bugman | 2008-01-05 13:02:54 -0500 (Sat, 05 Jan 2008) | 5 lines

Started to convert the model-free system tests to the new unittest framework.

The relaxation data reading test has been converted, but no other tests are currently functional.
........
r4357 | bugman | 2008-01-05 13:09:42 -0500 (Sat, 05 Jan 2008) | 5 lines

Bug fix for the new system/functional test framework.

Now all tests from all TestCase instances are run.
........
r4358 | bugman | 2008-01-05 13:13:30 -0500 (Sat, 05 Jan 2008) | 3 lines

Converted the CSA value setting test to the new framework.
........
r4359 | bugman | 2008-01-05 13:16:20 -0500 (Sat, 05 Jan 2008) | 3 lines

Converted the Bond length value setting test to the new system test framework.
........
r4360 | bugman | 2008-01-05 13:19:01 -0500 (Sat, 05 Jan 2008) | 3 lines

Converted the CSA and bond length value setting test to the new system test framework.
........
r4361 | bugman | 2008-01-05 14:09:19 -0500 (Sat, 05 Jan 2008) | 3 lines

Converted all of the model-free system/functional tests to the new unittest framework.
........
r4362 | bugman | 2008-01-05 14:19:57 -0500 (Sat, 05 Jan 2008) | 3 lines

Converted all of the diffusion tensor system/functional tests to the new unittest framework.
........
r4363 | bugman | 2008-01-05 14:25:44 -0500 (Sat, 05 Jan 2008) | 3 lines

Converted all of the angle system/functional tests to the new unittest framework.
........
r4364 | bugman | 2008-01-05 14:32:06 -0500 (Sat, 05 Jan 2008) | 3 lines

Converted all of the generic system/functional tests to the new unittest framework.
........
r4365 | bugman | 2008-01-05 14:39:03 -0500 (Sat, 05 Jan 2008) | 3 lines

Converted all of the model selection system/functional tests to the new unittest framework.
........
r4366 | bugman | 2008-01-05 14:44:13 -0500 (Sat, 05 Jan 2008) | 3 lines

Converted all of the relaxation curve fitting system/functional tests to the new unittest framework.
........
r4367 | bugman | 2008-01-05 14:58:57 -0500 (Sat, 05 Jan 2008) | 3 lines

Converted all the remaining system/functional tests to the new unittest framework.
........
r4368 | bugman | 2008-01-05 15:02:22 -0500 (Sat, 05 Jan 2008) | 3 lines

Removed all last remnants of the old system/functional test runner.
........
r4369 | bugman | 2008-01-05 15:04:54 -0500 (Sat, 05 Jan 2008) | 3 lines

Fixed the call to the residue_loop iterator in the Jw mapping system tests.
........
r4370 | bugman | 2008-01-05 15:06:44 -0500 (Sat, 05 Jan 2008) | 3 lines

The sequence system/functional tests are now run.
........
r4371 | bugman | 2008-01-05 15:08:14 -0500 (Sat, 05 Jan 2008) | 3 lines

Renamed the test_pipe_create module and class back to pipe_create.
........
r4372 | bugman | 2008-01-05 17:27:48 -0500 (Sat, 05 Jan 2008) | 3 lines

Bug fix in the angles calculation system test.
........
r4374 | bugman | 2008-01-05 17:33:38 -0500 (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 17:35:55 -0500 (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 17:58:30 -0500 (Sat, 05 Jan 2008) | 3 lines

Shifted all the gyromagnetic ratio values into the physical constants file.
........
r4377 | bugman | 2008-01-05 18:22:00 -0500 (Sat, 05 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-05 18:36:43 -0500 (Sat, 05 Jan 2008) | 3 lines

Updated the model-free code to handle a spin system specific 'nucleus' variable.
........
r4379 | bugman | 2008-01-05 18:37:50 -0500 (Sat, 05 Jan 2008) | 3 lines

Removed all the setting of the homonucleus unit tests.
........
r4380 | bugman | 2008-01-05 18:40:49 -0500 (Sat, 05 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-05 18:45:50 -0500 (Sat, 05 Jan 2008) | 3 lines

The specific value setting function, of the base class, now handles string values.
........
r4382 | bugman | 2008-01-05 18:54:34 -0500 (Sat, 05 Jan 2008) | 3 lines

Updated the J(w) mapping code to handle a spin system specific 'nucleus' variable.
........
r4383 | bugman | 2008-01-05 19:01:41 -0500 (Sat, 05 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-05 19:03:45 -0500 (Sat, 05 Jan 2008) | 3 lines

Updated the value.set() user function to use the correct J(w) mapping value setting docstring.
........
r4385 | bugman | 2008-01-05 19:05:05 -0500 (Sat, 05 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-05 19:10:34 -0500 (Sat, 05 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-05 19:12:58 -0500 (Sat, 05 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-05 19:18:12 -0500 (Sat, 05 Jan 2008) | 3 lines

Added a missing RelaxError import.
........
r4389 | bugman | 2008-01-05 19:20:11 -0500 (Sat, 05 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-05 19:26:47 -0500 (Sat, 05 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 06:03:56 -0500 (Sun, 06 Jan 2008) | 3 lines

Converted all the 'structure' user functions to the new relax design.
........
r4392 | bugman | 2008-01-06 06:28:55 -0500 (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 06:32:25 -0500 (Sun, 06 Jan 2008) | 3 lines

Wrote 16 unit tests for all args of all structure user functions.
........
r4394 | bugman | 2008-01-06 06:34:38 -0500 (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 06:36:58 -0500 (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 06:39:37 -0500 (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 06:49:35 -0500 (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 14:37:51 -0500 (Sun, 06 Jan 2008) | 3 lines

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

Converted all of the minimise user functions to the new relax design.
........
r4403 | bugman | 2008-01-07 05:05:40 -0500 (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 05:06:06 -0500 (Mon, 07 Jan 2008) | 3 lines

Wrote the print_flag arg unit test of the minimise.calc() user function.
........
r4405 | bugman | 2008-01-07 05:40:38 -0500 (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 05:48:17 -0500 (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 06:01:40 -0500 (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 06:03:33 -0500 (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 07:12:28 -0500 (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 07:13:40 -0500 (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 07:14:22 -0500 (Mon, 07 Jan 2008) | 3 lines

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

More tidying up of the unit test comments.
........
r4413 | bugman | 2008-01-07 07:19:05 -0500 (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 07:31:37 -0500 (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 07:32:55 -0500 (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 07:35:00 -0500 (Mon, 07 Jan 2008) | 3 lines

Updated a copyright statement.
........
r4417 | bugman | 2008-01-07 07:37:30 -0500 (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 07:40:55 -0500 (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 07:43:42 -0500 (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.
........
r4424 | bugman | 2008-01-07 08:26:57 -0500 (Mon, 07 Jan 2008) | 3 lines

Added the missing import of the minimise module.
........
r4426 | bugman | 2008-01-07 09:22:29 -0500 (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 09:26:46 -0500 (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 09:30:32 -0500 (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().
........
r4430 | bugman | 2008-01-07 09:52:55 -0500 (Mon, 07 Jan 2008) | 5 lines

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!
........
r4431 | bugman | 2008-01-07 09:58:52 -0500 (Mon, 07 Jan 2008) | 5 lines

Many fixes for the specific_fns.relax_data.find_index() function.

This function now fits into the new relax design.
........
r4432 | bugman | 2008-01-07 10:01:23 -0500 (Mon, 07 Jan 2008) | 3 lines

Bug fix. Updated all the calls to self.find_index().
........
r4433 | bugman | 2008-01-07 10:06:07 -0500 (Mon, 07 Jan 2008) | 6 lines

Bug fix for the J(w) mapping 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 16:43:43 Tree
[r4441] by bugman

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

........
r4440 | bugman | 2008-01-07 17:36:57 +0100 (Mon, 07 Jan 2008) | 3 lines

Created a directory for user scripts to be used as system/functional tests.
........

2008-01-07 16:37:53 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.