Menu

SVN archive Commit Log


Commit Date  
[r26195] by bugman

Removal of repetitive code in the relaxation dispersion model_loop() API method.

The spin loop does not need to be called twice, instead the if statements have been modified to
better direct the code execution.

2014-10-07 15:47:01 Tree
[r26194] by bugman

Fix for the Test_value.test_value_set_r1_rit test of the _pipe_control.test_value unit test module.

This is a general fix for all unit test modules which use the
test_suite.unit_tests.value_testing_base.Value_testing_base base class. After the molecules,
residues and spins are manually created, the pipe_control.mol_res_spin.metadata_update() function is
called to make sure that all of the private and volatile metadata have been correctly created, so
that the other pipe_control.mol_res_spin module functions can operate correctly.

2014-10-07 15:45:07 Tree
[r26193] by bugman

Fix for the Bmrb.test_bug_22704_corrupted_state_file GUI test.

This was failing because the setUp() method in the inherited Bmrb system test module was being
overwritten by the default Unittest.setUp() method. Therefore the system test setUp() method has
been copied into the GUI test class.

2014-10-07 14:44:32 Tree
[r26192] by bugman

Modified the help strings for the test suite options shown when 'relax -h' is run.

The ability to specify individual tests (or modules of tests for the unit tests) is now documented.
The '--time' option help string has also been edited.

2014-10-07 14:31:49 Tree
[r26191] by bugman

Modified the printouts for the unit tests when running with the --time command line option.

The test name is now being processed. The leading 'test_suite.unit_tests.' text is now stripped
out. And the remaining text is split into the module name and the test name. This is to allow the
unit test module name to be more easily identifiable, so it can then be used as a command line
option to allow only a subset of tests to be performed.

2014-10-07 14:21:30 Tree
[r26190] by bugman

Big improvement for running the relax unit tests via the relax command line options.

The unit test module path is now accepted as a command line option. This brings more capabilities
of Gary Thompson's test_suite/unit_tests/unit_test_runner.py script into the relax command line.
The _pipe_control/test_value unit test module path can be specified as, for example, one of
'test_suite.unit_tests._pipe_control.test_value', 'test_suite/unit_tests/_pipe_control/test_value',
'_pipe_control.test_value', '_pipe_control/test_value'. This allows individual modules of tests to
be run, rather than having to execute all unit tests, which is very useful for debugging.

2014-10-07 14:11:38 Tree
[r26189] by tlinnet

Added some test pymol script, to create dx maps and chi2 surface plot.

These will go to the wiki: http://wiki.nmr-relax.com/Chi2_surface_plot

2014-10-07 13:45:35 Tree
[r26188] by tlinnet

Epydoc change for DOI reference in systemtests.

Bug #22754 (https://gna.org/bugs/index.php?22754): The minimise.calculate() does not calculate chi2 value for clustered residues.

2014-10-07 13:45:32 Tree
[r26187] by bugman

Merged revisions 26176 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26176 | bugman | 2014-10-06 18:20:25 +0200 (Mon, 06 Oct 2014) | 7 lines

Updated all of the Relax_disp.test_korzhnev_2005_*_data system tests.

These now have slightly changed parameter values due to the fix of bug #22563
(https://gna.org/bugs/?22563), the NS MMQ 2-site dispersion model running at 32-bit precision and
not 64-bit as it should be.
........

2014-10-07 12:35:16 Tree
[r26186] by bugman

Merged revisions 26175 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26175 | tlinnet | 2014-10-06 18:11:05 +0200 (Mon, 06 Oct 2014) | 1 line

Fix for epydoc in systemtest Relax_disp.test_dx_map_clustered.
........

2014-10-07 12:34:11 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.