Changes in sasmodels/kernel.py [cd28947:e44432d] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kernel.py

    rcd28947 re44432d  
    133133        nout = 2 if self.info.have_Fq and self.dim == '1d' else 1 
    134134        total_weight = self.result[nout*self.q_input.nq + 0] 
    135         # Note: total_weight = sum(weight > cutoff), with cutoff >= 0, so it 
    136         # is okay to test directly against zero.  If weight is zero then I(q), 
    137         # etc. must also be zero. 
    138135        if total_weight == 0.: 
    139136            total_weight = 1. 
Note: See TracChangeset for help on using the changeset viewer.