Menu

SVN archive Commit Log


Commit Date  
[r27563] by bugman

Fixes for the printout from the pipe_control.pcs.return_pcs_data() function.

The number of PCSs printed out was including values of None when data was missing for one alignment.
These values of None are no longer counted.

2015-02-05 17:58:26 Tree
[r27562] by bugman

Updated the N-state model num_data_points() function to use more modern integer incrementation.

2015-02-05 17:51:10 Tree
[r27561] by bugman

Big bug fix for the N-state model num_data_points() function.

This is from the specific_analyses.n_state_model.data module. This code was very much out of date.
It was expecting an ancient behaviour where the spin container 'pcs' variable and interatomic data
container 'rdc' where lists of floats. However these were converted many years ago to dictionaries
with keys set to the alignment IDs. The result was that no RDCs nor PCSs were counted as a base
data point, so the function would in most cases return a value of zero.

2015-02-05 17:47:41 Tree
[r27560] by bugman

Expanded the printouts from the statistics.model user function to include the statistics.

2015-02-05 17:38:43 Tree
[r27559] by bugman

Fix for the N_state_model.test_statistics system test - the probabilities were missing from k.

2015-02-05 17:31:57 Tree
[r27558] by bugman

The N-state model now uses the _get_model_container_cdp() method.

This is aliased as the get_model_container() specific analysis API method.

2015-02-05 17:29:42 Tree
[r27557] by bugman

Implemented the specific analysis API _get_model_container_cdp() commmon method.

This is to be used for the get_model_container() for returning the current data pipe object as the
model container. This is for the global models where the model information is stored in the pipe
object rather than in spin containers.

2015-02-05 17:29:00 Tree
[r27556] by bugman

Defined the get_model_container() specific analysis API method.

This base method raises a RelaxImplementError, therefore each analysis type must implement its own
method (or use an API common method).

2015-02-05 17:24:03 Tree
[r27555] by bugman

Fix for the specific analysis API _print_model_title_global() common method.

This method was horribly broken, as it was never used. The new statistics.model user function
together with the N-state model uncovers this breakage.

2015-02-05 16:47:03 Tree
[r27554] by bugman

Fix for the statistics.model user function backend.

The API methods are now called with the model_info argument set to a keyword argument so that it is
always passed in as the correct argument.

2015-02-05 16:45:26 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.