Menu

SVN archive Commit Log


Commit Date  
[r26004] by bugman

Missing imports for the SciPy quadratic integration function for the PCS in lib.frame_order.rotor.

2014-09-24 11:36:08 Tree
[r26003] by bugman

Updated all of the SciPy quadratic integration frame order target functions.

The pivot point is now handled quite different from back in May when these functions were deleted.

2014-09-24 11:25:34 Tree
[r26002] by bugman

Updated the chi2 check in the Frame_order.test_cam_qr_int_pseudo_ellipse_free_rotor_rdc system test.

This test is not normally run as it blacklisted and duplicates the coverage of other tests. However
its chi-squared value check had not been updated for a while and hence the test fails when
explicitly run.

2014-09-24 11:20:02 Tree
[r26001] by bugman

Activated the quad_int flag for a number of the Frame_order.test_cam_quad_int_* system tests.

The quad_int argument for the flags() test suite method had been missed for a few of these tests.

2014-09-24 11:17:16 Tree
[r26000] by bugman

Duplicated all Frame_order.test_cam_* system tests for testing the SciPy quadratic integration.

The Frame_order.test_cam_* system tests have all been renamed to Frame_order.test_cam_qr_int_*.
These have been duplicated and renamed to Frame_order.test_cam_quad_int_*. The flag() system test
method has been extended to include the quad_int flag which is then stored in the status object and
used in the base CaM frame order system test script to activate the frame_order.quad_int user
function.

2014-09-24 09:38:12 Tree
[r25999] by bugman

Renaming of all the frame order target functions and PCS integration functions.

For consistency, all quasi-random Sobol' integration functions now use the 'qr_int' tag whereas the
SciPy quadratic integration functions use the 'quad_int' tag. This is not only in the target
function names but also the PCS integration functions in lib.frame_order.

2014-09-24 09:22:28 Tree
[r25998] by bugman

Clean up for the frame order target function aliasing.

The Scipy quadratic integration and the quasi-random Sobol' integration target functions are now
aliased using the getattr() Python method to programmatically choose one or the other. The rigid
model has been removed from the list as it is not a numeric model, and the func_double_rotor()
target function has been renamed to func_double_rotor_qrint() to make it consistent with the naming
of the other target functions.

2014-09-24 08:53:03 Tree
[r25997] by bugman

The RDC only optimisation now defaults to the *_qrint() frame order target functions.

This restores the earlier behaviour prior to the restoration of the SciPy quadratic integration.

2014-09-24 08:29:31 Tree
[r25996] by bugman

Fix for r25994 - the cdp.quad_int flag was not passed into the target function properly.

2014-09-24 08:26:09 Tree
[r25995] by bugman

Fixes for the missing cdp.quad_int flag.

If the cdp.quad_int flag is missing, this is now set to False before setting up the target function
class. The previous behaviour was that the frame_order.quad_int user function must be called prior
to optimisation. Now it is optional for turning this flag on and off.

2014-09-24 08:25:13 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.