Commit | Date | |
---|---|---|
[r23801]
by
tlinnet
Renamed chi2_ND to chi2_rankN. This is a better name for representing multiple axis calculation. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 17:11:07 | Tree |
[r23800]
by
tlinnet
Called the newly created chi2 function to calculate for multi dimensional numpy arrays. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 16:54:31 | Tree |
[r23799]
by
tlinnet
Added a multi-dimensional numpy array chi2 value calculation function. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 16:54:28 | Tree |
[r23798]
by
tlinnet
Increased the kex speed to 1e7 in clustered unit tests cases. This is to demonstrate where there will be no excange. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 16:41:10 | Tree |
[r23797]
by
tlinnet
Important fix for replacing values if eta_pos > 700 is violated. This fixes systemtest: Relax_disp.test_sod1wt_t25_to_cr72, which failed after making kex to a numpy float. The trick is to make a numpy mask which stores the position where to replace the values. This makes sure, that not all values are changed. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 16:41:08 | Tree |
[r23796]
by
tlinnet
Modified unit tests, so kex is sent to target function as float instead of array. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 16:41:06 | Tree |
[r23795]
by
tlinnet
Fix for testing of kex in lib function, when kex is just float. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 16:41:05 | Tree |
[r23794]
by
tlinnet
Removed the multi dimensional structure of kex. kex is not multi-dimensional, and can just be multiplied with numpy arrays. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 16:41:03 | Tree |
[r23793]
by
tlinnet
Modified unit tests, so pA is sent to target function as float instead of array. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 16:41:01 | Tree |
[r23792]
by
tlinnet
Fix for testing of pA in lib function, when pA is just float. Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion models for Clustered analysis. |
2014-06-10 16:40:59 | Tree |