Menu

SVN archive Commit Log


Commit Date  
[r7987] by bugman

Changed the warning message once more.

2008-11-20 20:58:12 Tree
[r7986] by bugman

Cleaned up a warning string.

2008-11-20 20:56:17 Tree
[r7985] by bugman

Changed the default integration method from None to 'height'.

Height integration, when done properly is better than volumes for peak intensities ;)

2008-11-20 20:53:30 Tree
[r7984] by bugman

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

........
r7971 | bugman | 2008-11-10 23:17:17 +0100 (Mon, 10 Nov 2008) | 6 lines

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).
........
r7972 | bugman | 2008-11-10 23:31:18 +0100 (Mon, 10 Nov 2008) | 3 lines

Added a system test for replicating bug #12582.
........
r7973 | bugman | 2008-11-10 23:36:36 +0100 (Mon, 10 Nov 2008) | 9 lines

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.
........
r7975 | bugman | 2008-11-12 15:57:25 +0100 (Wed, 12 Nov 2008) | 3 lines

Converted some ints to bools.
........
r7976 | bugman | 2008-11-12 20:57:14 +0100 (Wed, 12 Nov 2008) | 3 lines

Modified the system test to additionally catch bug #12591 (https://gna.org/bugs/index.php?12591).
........
r7977 | bugman | 2008-11-12 20:59:05 +0100 (Wed, 12 Nov 2008) | 3 lines

Renamed the system test script.
........
r7978 | bugman | 2008-11-12 20:59:27 +0100 (Wed, 12 Nov 2008) | 3 lines

Deleted the old system test script.
........
r7979 | bugman | 2008-11-12 21:00:37 +0100 (Wed, 12 Nov 2008) | 3 lines

Fixes for the system test script rename of the previous commits.
........
r7980 | bugman | 2008-11-12 21:18:03 +0100 (Wed, 12 Nov 2008) | 9 lines

Partial fix for bug #12591 (https://gna.org/bugs/index.php?12591).

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

If no model is ever selected in the model_selection.select() function, then relax no longer fails.
The failure is however caused by another problem elsewhere within relax, so this fix is not
complete.
........
r7981 | bugman | 2008-11-12 21:21:39 +0100 (Wed, 12 Nov 2008) | 9 lines

Final fix for bug #12591 (https://gna.org/bugs/index.php?12591).

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

The problem was that the global_index counter in the model-free model_loop() method was supposed to
be incremented at the start of the loop. The deselected spin skipping code was located before this
though, causing the counter to not be incremented!
........
r7982 | bugman | 2008-11-12 21:35:26 +0100 (Wed, 12 Nov 2008) | 5 lines

Created a very simple system test to catch bug #12588 (https://gna.org/bugs/index.php?12588).

This bug was reported by Tyler Reddy (treddy at dal dot ca).
........
r7983 | bugman | 2008-11-12 21:49:03 +0100 (Wed, 12 Nov 2008) | 8 lines

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

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

The problem was that the results.read() user function was not handling the directory name being part
of the file name argument. This can now be handled.
........

2008-11-12 20:50:36 Tree
[r7983] by bugman

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

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

The problem was that the results.read() user function was not handling the directory name being part
of the file name argument. This can now be handled.

2008-11-12 20:49:03 Tree
[r7982] by bugman

Created a very simple system test to catch bug #12588 (https://gna.org/bugs/index.php?12588).

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

2008-11-12 20:35:26 Tree
[r7981] by bugman

Final fix for bug #12591 (https://gna.org/bugs/index.php?12591).

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

The problem was that the global_index counter in the model-free model_loop() method was supposed to
be incremented at the start of the loop. The deselected spin skipping code was located before this
though, causing the counter to not be incremented!

2008-11-12 20:21:39 Tree
[r7980] by bugman

Partial fix for bug #12591 (https://gna.org/bugs/index.php?12591).

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

If no model is ever selected in the model_selection.select() function, then relax no longer fails.
The failure is however caused by another problem elsewhere within relax, so this fix is not
complete.

2008-11-12 20:18:03 Tree
[r7979] by bugman

Fixes for the system test script rename of the previous commits.

2008-11-12 20:00:37 Tree
[r7978] by bugman

Deleted the old system test script.

2008-11-12 19:59:27 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.