Menu

SVN archive Commit Log


Commit Date  
[r24341] by bugman

Expanded the dispersion target function class documentation.

The NE, NS, NM, NO, and ND notation is now explained.

2014-06-27 12:24:23 Tree
[r24340] by tlinnet

Fix for unit test passing on old numpy systems.

The error was:
ValueError: setting an array element with a sequence.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-27 11:35:32 Tree
[r24339] by tlinnet

Added a list of systemtests to skip, if numpy "out" argument is not available.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-27 10:58:29 Tree
[r24338] by tlinnet

Added the missing "self.num_exp" to target function.

Testing on older system, this was failing the systemtest.
It is a wonder how these lines in __init__ could be performed without this?

self.end_index.append(self.num_exp * self.num_spins * self.num_frq)
if model in [MODEL_B14_FULL, MODEL_CR72_FULL, MODEL_NS_CPMG_2SITE_3D_FULL, MODEL_NS_CPMG_2SITE_STAR_FULL]:
self.end_index.append(2 * self.num_exp * self.num_spins * self.num_frq)

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-27 10:58:26 Tree
[r24337] by tlinnet

Added a numpy "out" argument check to dep_check.py.

This is for checking the out argument of:
numpy.multiply
numpy.add
numpy.subtract

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-27 10:58:24 Tree
[r24336] by tlinnet

Added to target function that experiment_type_setup() should not be initiated, if numpy.einsum is missing.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-27 10:58:22 Tree
[r24335] by tlinnet

Deleted the printout in dep_check. The printouts are only used for the essential packages before calling sys.exit()

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis.

2014-06-27 10:58:20 Tree
[r24334] by bugman

Updated the chi-squared values being checked for the double rotor frame order system tests.

2014-06-26 14:40:02 Tree
[r24333] by bugman

The double rotor frame order system tests are no longer blacklisted.

2014-06-26 14:32:23 Tree
[r24332] by bugman

Fix for the double rotor frame order matrix assembly function.

The rotations where applied in reverse, hence the 2nd degree frame order matrix was the Kronecker
product transpose of the correct form.

2014-06-26 14:29: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.