Menu

SVN archive Commit Log


Commit Date  
[r27855] by bugman

Added a missing call to monte_carlo.initial_values in the N_state_model.test_absolute_T system test.

This fixes the commit of r27854, showing that there is not a problem with the Monte Carlo simulations.

2015-06-23 16:26:18 Tree
[r27854] by bugman

Added Monte Carlo simulations to the N_state_model.test_absolute_T system test.

This is to demonstrate a failure of the simulations in certain N-state model setups.

2015-06-23 16:14:57 Tree
[r27853] by bugman

Added 'NMR dynamics' as a meta keyword for all of http://www.nmr-relax.com/ .

2015-06-18 10:42:35 Tree
[r27852] by tlinnet

Added sample data and analysis script, that will eventually show that there is not much differentce in the sample statistics used for comparing the output of two
very similar datasets.

This is a multiple comparison test with many t tests at once, where the familywise error is controlled by the Holm method.
Even if the values are very equal, and within the standard deviation, this procedure will reject up to 20% of the null hypothesis.

This is not deemed as a suitable method.

Bug #23644 /https://gna.org/bugs/?23644): monte_carlo.error_analysis() does not update the mean value/expectation value from simulations.

2015-06-15 21:12:52 Tree
[r27851] by bugman

Fixes for broken links to my PhD thesis.

2015-06-15 13:46:13 Tree
[r27850] by tlinnet

Fix committed, where an empty spin placeholder has the select flag set to False.

Bug #23642 (https://gna.org/bugs/index.php?23642): When deleting all spins for a residue, an empty placeholder is where select=True

2015-06-13 12:08:44 Tree
[r27849] by tlinnet

Added unittest that shows the trickers the bug.

Test added in test_delete_spin_all, and can be accessed with: relax -u _pipe_control.test_spin.

Bug #23642 (https://gna.org/bugs/index.php?23642): When deleting all spins for a residue, an empty placeholder is where select=True

2015-06-13 12:00:39 Tree
[r27848] by tlinnet

Reverted r27840-r27845, related to Bug #23618, queuing system for multi processors is not well designed.

The changes has not been proven to increase the minimisation time, and some of the fixes introduces unintentional bugs.

The command used was:
svn merge -r27845:r27839 .

.....
------------------------------------------------------------------------------------------------------------------
r27840 | tlinnet | 2015-05-27 03:09:48 +0200 (Wed, 27 May 2015) | 3 lines

Adding keyword for verbosity for multi processor mode.

Task #7826 (https://gna.org/task/?7826): Write an python class for the repeated analysis of dispersion data.
------------------------------------------------------------------------------------------------------------------
r27841 | tlinnet | 2015-05-27 03:09:50 +0200 (Wed, 27 May 2015) | 2 lines

Adding to user function minimise.execute() the keyword "mp_verbosity", to control the amount
of information to print when running multi processors.
------------------------------------------------------------------------------------------------------------------
r27842 | tlinnet | 2015-05-27 03:09:52 +0200 (Wed, 27 May 2015) | 1 line

In multi.processor(), moving up the debugging print-out of running sets of calculatation.
------------------------------------------------------------------------------------------------------------------
r27843 | tlinnet | 2015-05-27 03:09:55 +0200 (Wed, 27 May 2015) | 1 line

In pipe_control of minimise, adding the possibility to control verbosity in multi processor mode.
------------------------------------------------------------------------------------------------------------------
r27844 | tlinnet | 2015-05-27 03:09:57 +0200 (Wed, 27 May 2015) | 6 lines

Suggestion Fix 1, in multi.processor.run_queue().

This fix changes, that the amount of simulations is not chunked up before sending each chunk to a CPU.
Rather, all jobs are to be submitted after each other, and finished for themselves.

Bug #23618: (https://gna.org/bugs/index.php?23618): queuing system for multi processors is not well designed.
------------------------------------------------------------------------------------------------------------------
r27845 | tlinnet | 2015-05-27 03:09:59 +0200 (Wed, 27 May 2015) | 3 lines

Suggestion for fix 2, where jobs are continously replenished when other jobs are finished.

Bug #23618: (https://gna.org/bugs/index.php?23618): queuing system for multi processors is not well designed.
------------------------------------------------------------------------------------------------------------------
.....

2015-06-11 11:15:54 Tree
[r27847] by tlinnet

Small fix for the shell script to collect data files, and not use the program "column" in the end.

The line width becomes to large to handle for column.

Task #7826 (https://gna.org/task/?7826): Write an python class for the repeated analysis of dispersion data.

2015-05-29 16:32:43 Tree
[r27846] by tlinnet

Added additional test to systemtest Relax_disp.test_bug_23186_cluster_error_calc_dw() to prove that Bug #23619 is invalid.

Bug #23619: (https://gna.org/bugs/index.php?23619): Stored chi2 sim values from Monte-Carlo simulations does not equal normal chi2 values.

2015-05-28 16:15:48 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.