svn+ssh://bugman@.../svn/relax/branches/disp_speed
........
r23333 | tlinnet | 2014-05-22 15:19:30 +0200 (Thu, 22 May 2014) | 7 lines
Align math-domain catching for model NS CPMG 2-site expanded with trunk implementation.
task #7793: (https://gna.org/task/?7793) Speed-up of dispersion models.
This is to implement catching of math domain errors, before they occur.
The catching of errors have to be more careful.
........
r23334 | tlinnet | 2014-05-22 15:19:32 +0200 (Thu, 22 May 2014) | 18 lines
Modified unit tests demonstrating edge case 'no Rex' failures of the model 'NS CPMG 2-site expanded'.
This is to align with the current return of data in the disp_speed branch.
This follows from the ideas in the post http://article.gmane.org/gmane.science.nmr.relax.devel/5858.
This is related to: task #7793: (https://gna.org/task/?7793) Speed-up of dispersion models.
This is to implement catching of math domain errors, before they occur.
These tests cover all parameter value combinations which result in no exchange:
- dw = 0.0,
- pA = 1.0,
- kex = 0.0,
- dw = 0.0 and pA = 1.0,
- dw = 0.0 and kex = 0.0,
- pA = 1.0 and kex = 0.0,
- dw = 0.0, pA = 1.0, and kex = 0.0.
........
r23338 | tlinnet | 2014-05-22 16:56:32 +0200 (Thu, 22 May 2014) | 16 lines
Added 7 unit tests demonstrating edge case 'no Rex' failures of the model 'DPL94'.
This follows from the ideas in the post http://article.gmane.org/gmane.science.nmr.relax.devel/5858.
This is related to: task #7793: (https://gna.org/task/?7793) Speed-up of dispersion models.
This is to implement catching of math domain errors, before they occur.
These tests cover all parameter value combinations which result in no exchange:
- dw = 0.0,
- pA = 1.0,
- kex = 0.0,
- dw = 0.0 and pA = 1.0,
- dw = 0.0 and kex = 0.0,
- pA = 1.0 and kex = 0.0,
- dw = 0.0, pA = 1.0, and kex = 0.0.
........
r23342 | tlinnet | 2014-05-22 17:46:50 +0200 (Thu, 22 May 2014) | 5 lines
Unit test _lib/test_ns_cpmg_2site_expanded.py copied to _/test_lm63.py.
They are both of CPMG type.
........