Menu

SVN archive Commit Log


Commit Date  
[r2894] by bugman

Fix for bug #7755 (https://gna.org/bugs/?7755).

This bug was reported by Stephen Headey (https://gna.org/users/sjheadey).

The problem was that the select_sim array created by the columnar results reading function
'self.read_columnar_results()' in 'specific_fns/model_free.py' was one massive single array
containing all the selected simulation data of all spin systems of all simulations. Subsequently
this was then not being split up for each spin system. Hence the total number of simulations was
being set to the number of spin systems times the number of simulations. The select_sim array for
each spin system was also of the same length and contained the data for all spins.

The fix was to convert the 'select_sim' array being created by 'self.read_columnar_results()' into
a Numeric matrix. The first dimension corresponds to the simulation and the second corresponds to
the instance.

2006-11-30 08:59:47 Tree
[r2893] by bugman

Added print out messages for when spin systems are being eliminated.

2006-11-30 08:08:06 Tree
[r2892] by bugman

Ported r2891 from the 1.3 line.

The command used was:
svn merge -r2890:2891 svn+ssh://bugman@.../svn/relax/1.3

This fixes bug #7875 (https://gna.org/bugs/index.php?7875).

2006-11-30 08:04:49 Tree
[r2891] by bugman

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

This bug was reported by Sebastien Morin (https://gna.org/users/semor).

The problem was that the 'model_selection()' user function was incorrectly copying the data into the
model selection run when the local tm global diffusion model was selected over the sphere, spheroid,
ellipsoid, etc. The local tm global diffusion model was being treated as a single spin system model
by the 'self.duplicate_data()' function of 'specific_fns/model_free.py' and hence only the data from
the first spin was being duplicated. By passing the 'global_data' flag in from the model selection
code, the data duplication function is now acting correctly.

2006-11-30 08:01:16 Tree
[r2890] by varioustoxins

initial commit of maths fns unit tests and test for the unit test framework

note: all tests are just dummy null tests (including failures)

2006-11-28 09:02:08 Tree
[r2889] by bugman

Ported r2888 from the 1.3 line.

The command used was:
svn merge -r2887:2888 svn+ssh://bugman@.../svn/relax/1.3

This fixes bug #7863 (https://gna.org/bugs/index.php?7863).

2006-11-28 03:35:53 Tree
[r2888] by bugman

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

This bug was reported by Sebastien Morin (https://gna.org/users/semor).

The fix was simply to set 'self.runs' to all the global diffusion models to be used by the AIC model
selection step.

2006-11-28 03:33:40 Tree
[r2887] by bugman

Ported r2886 from the 1.3 line.

The command used was:
svn merge -r2885:2886 svn+ssh://bugman@.../svn/relax/1.3

This removes the PDF manual from the repository.

2006-11-25 07:14:34 Tree
[r2886] by bugman

Removed the PDF user manual from the repository.

As the file is a large (2.6 Mb) binary file and changes often, it has been removed from the
repository. This should stop the relax Subversion repository getting too bign. The manual can
easily be compiled from the sources using Scons.

2006-11-25 07:09:36 Tree
[r2885] by bugman

Ported r2884 from the 1.3 line to fix bug #7845 (https://gna.org/bugs/?7845).

The command used was:
svn merge -r2883:2884 svn+ssh://bugman@.../svn/relax/1.3

This bug was reported by Sebastien Morin (https://gna.org/users/semor) and the fix was to increase
the precision of the chi-squared value in the model-free results file.

2006-11-25 02:57:19 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.