Menu

SVN archive Commit Log


Commit Date  
[r26914] by bugman

Expanded the double rotor model description in the frame_order.select_model user function.

2014-12-03 13:38:20 Tree
[r26913] by bugman

Expanded all of the Frame_order.test_simulate_* system tests.

Two atoms have been added to the origin [0, 0, 0], one in the moving domain, the other in the
reference non-moving domain. The positions of these atoms are checked to make sure that the domain
systems are correctly handled.

2014-12-03 10:09:52 Tree
[r26912] by bugman

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

........
r26907 | bugman | 2014-12-03 08:50:18 +0100 (Wed, 03 Dec 2014) | 3 lines

Grammar fix for a warning from the pymol.display user function.
........

2014-12-03 10:06:21 Tree
[r26911] by bugman

Updated all frame order system tests for the frame_order.ref_domain user function requirement.

2014-12-03 09:25:58 Tree
[r26910] by bugman

Updated the frame_order.ref_domain user function for the current branch design.

This user function was quite out of date. The alignment tensor checks have been removed, to allow
this to be used in the absence of base data. And the user function description has been updated.

2014-12-03 09:13:17 Tree
[r26909] by bugman

Better checking for the non-moving domain setup.

The frame_order.pdb_model user function will now raise a RelaxError if the frame_order.ref_domain
user function has not been called to set up the non-moving domain.

2014-12-03 09:03:50 Tree
[r26908] by bugman

Redesign of the pymol.frame_order user function.

This user function was still fitting to the old design in the relax trunk. It has been updated for
the frame_order_cleanup branch whereby the frame_order.pdb_model user function has been split up and
the positional distribution has been replaced by the Brownian simulation user function
frame_order.simulate.

2014-12-03 08:34:46 Tree
[r26907] by bugman

Grammar fix for a warning from the pymol.display user function.

2014-12-03 07:50:18 Tree
[r26906] by bugman

More redirects for the relax HTML manual at http://www.nmr-relax.com/manual/index.html.

This is required as the latex2html program used to build the manual has been modified to not
excluded the 'common words' from the page titles (see docs/devel/latex2html/). These redirects are
linked from outside of http://www.nmr-relax.com, as identified by the Google Webmaster Tools.

This is for http://www.nmr-relax.com/manual/The_NS_2_site_expanded_CPMG_model.html.

2014-12-03 07:41:54 Tree
[r26905] by bugman

Merged revisions 26901-26902 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26901 | bugman | 2014-12-02 21:39:10 +0100 (Tue, 02 Dec 2014) | 9 lines

Created the State.test_bug_23017_ieee_754_multidim_numpy_arrays system test.

This is to catch bug #23017 (https://gna.org/bugs/?23017), the multidimensional numpy arrays are not
being stored as IEEE 754 arrays in the XML state and results files.

This test checks a rank-2 float64 numpy array stored in the current data pipe against what the IEEE
754 int list should be for it.
........
r26902 | bugman | 2014-12-02 21:42:14 +0100 (Tue, 02 Dec 2014) | 9 lines

Simple fix for bug #23017 (https://gna.org/bugs/?23017).

This is the multidimensional numpy arrays are not being stored as IEEE 754 arrays in the XML state
and results files. The problem was a relatively recent regression caused by a change to the
is_float_matrix() function of the lib.arg_check module. It was simply that the default dims keyword
argument value was changed from None to (3, 3). Therefore any call to the function without
supplying the dims argument would fail if the matrix was not of the (3, 3) shape.
........

2014-12-02 20:57:15 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.