Menu

SVN archive Commit Log


Commit Date  
[r7974] by bugman

Fixed the Scientific Python links as identified by Mate Erdelyi.

2008-11-11 22:43:30 Tree
[r7973] by bugman

Fix for bug #12582 (https://gna.org/bugs/index.php?12582).

This was reported by Chris Brosey (chris dot a dot brosey att vanderbilt dot edu).

The problem was that the frq_labels data structure in the SpinContainer was sometimes set to []
rather than the data structure being missing. Now the structure is being tested if it is either
None or [] before being accessed in the model-free return_units() method.

2008-11-10 22:36:36 Tree
[r7972] by bugman

Added a system test for replicating bug #12582.

2008-11-10 22:31:18 Tree
[r7971] by bugman

Added a missing RelaxError import.

This was discovered when trying to replicate bug #12582 (https://gna.org/bugs/index.php?12582)
reported by Chris Brosey (chris dot a dot brosey att vanderbilt dot edu).

2008-11-10 22:17:17 Tree
[r7970] by bugman

Merged revisions 7942-7948,7952,7961-7963,7965-7968 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r7942 | bugman | 2008-10-23 16:44:53 +0200 (Thu, 23 Oct 2008) | 6 lines

Fix for the relax IO logging with the -l command line argument.

This is a partial fix for bug #12489 (https://gna.org/bugs/?12489). The teeing problem still has
to be fixed.
........
r7943 | bugman | 2008-10-23 16:54:43 +0200 (Thu, 23 Oct 2008) | 3 lines

Converted the tee class method into a module function.
........
r7944 | bugman | 2008-10-23 16:56:12 +0200 (Thu, 23 Oct 2008) | 3 lines

Epydoc'd the tee function docstring.
........
r7945 | bugman | 2008-10-23 16:57:45 +0200 (Thu, 23 Oct 2008) | 3 lines

Docstring improvements for the log() function.
........
r7946 | bugman | 2008-10-23 16:58:04 +0200 (Thu, 23 Oct 2008) | 3 lines

Removed a line of redundant code.
........
r7947 | bugman | 2008-10-23 16:58:56 +0200 (Thu, 23 Oct 2008) | 3 lines

Added the missing import of relax_io.tee.
........
r7948 | bugman | 2008-10-23 17:01:18 +0200 (Thu, 23 Oct 2008) | 5 lines

Final fixes for bug #12489 (https://gna.org/bugs/?12489).

The log() and tee() functions are now operational.
........
r7952 | bugman | 2008-10-23 17:39:25 +0200 (Thu, 23 Oct 2008) | 9 lines

Fix for bug #12487 (https://gna.org/bugs/index.php?12487).

This bug was reported by Tyler Reddy (TREDDY at dal dot ca).

The problem was that missing XH bond vector data was being manifested as the spin.xh_vect object
being set to None. The overfit_deselect() function which is responsible for deselecting unsuitable
spins prior to optimisation was only checking if the object existed, not if it was None!
........
r7961 | bugman | 2008-10-24 13:44:28 +0200 (Fri, 24 Oct 2008) | 3 lines

Added a check to the atom_loop() to make sure structural data is loaded.
........
r7962 | bugman | 2008-10-24 13:56:38 +0200 (Fri, 24 Oct 2008) | 3 lines

Added a check for empty PDB files in the internal structural object.
........
r7963 | bugman | 2008-10-24 14:22:44 +0200 (Fri, 24 Oct 2008) | 3 lines

Added another spin to try to catch a program bug (unsuccessfully).
........
r7965 | semor | 2008-10-24 15:41:46 +0200 (Fri, 24 Oct 2008) | 5 lines

Introduced verifications for the '-t' and '-l' options not to erase the python script used.

This should fix bug 12498 (http://gna.org/bugs/?12498).
........
r7966 | bugman | 2008-10-24 16:14:19 +0200 (Fri, 24 Oct 2008) | 3 lines

Created a system test using Tyler Reddy's bug report - bug #12487 (https://gna.org/bugs/?12487).
........
r7967 | semor | 2008-10-24 16:19:17 +0200 (Fri, 24 Oct 2008) | 7 lines

Modified the '-l' and '-t' options so they check for an existing file and don't overwrite it.

This was proposed by Edward in a post at:
https://mail.gna.org/public/relax-devel/2008-10/msg00087.html
(Message ID: 7f080ed10810240648p19b83da1x4c8990acf1834c5b@...)
........
r7968 | semor | 2008-10-24 17:55:21 +0200 (Fri, 24 Oct 2008) | 7 lines

Still improved the detection of existing files not to be overwritten when logging or teeing.

This follows a post by Edward at:
https://mail.gna.org/public/relax-devel/2008-10/msg00091.html
(Message ID: 7f080ed10810240816o30acc1ddlbaa131bc5a9ea1ff@...)
........

2008-11-06 10:06:42 Tree
[r7969] by bugman

Merged revisions 7952,7961-7963,7965-7968 via svnmerge from
svn+ssh://bugman@.../svn/relax/1.3

........
r7952 | bugman | 2008-10-23 17:39:25 +0200 (Thu, 23 Oct 2008) | 9 lines

Fix for bug #12487 (https://gna.org/bugs/index.php?12487).

This bug was reported by Tyler Reddy (TREDDY at dal dot ca).

The problem was that missing XH bond vector data was being manifested as the spin.xh_vect object
being set to None. The overfit_deselect() function which is responsible for deselecting unsuitable
spins prior to optimisation was only checking if the object existed, not if it was None!
........
r7961 | bugman | 2008-10-24 13:44:28 +0200 (Fri, 24 Oct 2008) | 3 lines

Added a check to the atom_loop() to make sure structural data is loaded.
........
r7962 | bugman | 2008-10-24 13:56:38 +0200 (Fri, 24 Oct 2008) | 3 lines

Added a check for empty PDB files in the internal structural object.
........
r7963 | bugman | 2008-10-24 14:22:44 +0200 (Fri, 24 Oct 2008) | 3 lines

Added another spin to try to catch a program bug (unsuccessfully).
........
r7965 | semor | 2008-10-24 15:41:46 +0200 (Fri, 24 Oct 2008) | 5 lines

Introduced verifications for the '-t' and '-l' options not to erase the python script used.

This should fix bug 12498 (http://gna.org/bugs/?12498).
........
r7966 | bugman | 2008-10-24 16:14:19 +0200 (Fri, 24 Oct 2008) | 3 lines

Created a system test using Tyler Reddy's bug report - bug #12487 (https://gna.org/bugs/?12487).
........
r7967 | semor | 2008-10-24 16:19:17 +0200 (Fri, 24 Oct 2008) | 7 lines

Modified the '-l' and '-t' options so they check for an existing file and don't overwrite it.

This was proposed by Edward in a post at:
https://mail.gna.org/public/relax-devel/2008-10/msg00087.html
(Message ID: 7f080ed10810240648p19b83da1x4c8990acf1834c5b@...)
........
r7968 | semor | 2008-10-24 17:55:21 +0200 (Fri, 24 Oct 2008) | 7 lines

Still improved the detection of existing files not to be overwritten when logging or teeing.

This follows a post by Edward at:
https://mail.gna.org/public/relax-devel/2008-10/msg00091.html
(Message ID: 7f080ed10810240816o30acc1ddlbaa131bc5a9ea1ff@...)
........

2008-10-24 16:20:21 Tree
[r7968] by semor

Still improved the detection of existing files not to be overwritten when logging or teeing.

This follows a post by Edward at:
https://mail.gna.org/public/relax-devel/2008-10/msg00091.html
(Message ID: 7f080ed10810240816o30acc1ddlbaa131bc5a9ea1ff@...)

2008-10-24 15:55:21 Tree
[r7967] by semor

Modified the '-l' and '-t' options so they check for an existing file and don't overwrite it.

This was proposed by Edward in a post at:
https://mail.gna.org/public/relax-devel/2008-10/msg00087.html
(Message ID: 7f080ed10810240648p19b83da1x4c8990acf1834c5b@...)

2008-10-24 14:19:17 Tree
[r7966] by bugman

Created a system test using Tyler Reddy's bug report - bug #12487 (https://gna.org/bugs/?12487).

2008-10-24 14:14:19 Tree
[r7965] by semor

Introduced verifications for the '-t' and '-l' options not to erase the python script used.

This should fix bug 12498 (http://gna.org/bugs/?12498).

2008-10-24 13:41:46 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.