mailr24274 - /branches/disp_spin_speed/lib/dispersion/mmq_cr72.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on June 24, 2014 - 14:18:
Author: tlinnet
Date: Tue Jun 24 14:18:03 2014
New Revision: 24274

URL: http://svn.gna.org/viewcvs/relax?rev=24274&view=rev
Log:
Fix for the replacement value for invalid values in model MMQ CR72.

The value was set to use r20, but should instead be 1e100.

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

Modified:
    branches/disp_spin_speed/lib/dispersion/mmq_cr72.py

Modified: branches/disp_spin_speed/lib/dispersion/mmq_cr72.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/lib/dispersion/mmq_cr72.py?rev=24274&r1=24273&r2=24274&view=diff
==============================================================================
--- branches/disp_spin_speed/lib/dispersion/mmq_cr72.py (original)
+++ branches/disp_spin_speed/lib/dispersion/mmq_cr72.py Tue Jun 24 14:18:03 
2014
@@ -181,4 +181,4 @@
     # +/- inf (infinity) and nan (not a number).
     if not isfinite(sum(back_calc)):
         # Replaces nan, inf, etc. with fill value.
-        fix_invalid(back_calc, copy=False, fill_value=r20)
+        fix_invalid(back_calc, copy=False, fill_value=1e100)




Related Messages


Powered by MHonArc, Updated Tue Jun 24 14:40:02 2014