Changeset 2c74c11 in sasmodels for sasmodels/models/line.py


Ignore:
Timestamp:
Jul 24, 2016 10:56:45 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
a4280bd
Parents:
f1765a2
Message:

implicit Iqxy; fix divide by 0 for q=0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/line.py

    r416609b r2c74c11  
    6666    return Iq(qx, *args)*Iq(qy, *args) 
    6767 
    68 Iqxy.vectorized = True  # Iqxy accepts an array of qx, qy values 
     68Iqxy.vectorized = True  # Iqxy accepts an array of qx qy values 
     69 
    6970 
    7071tests = [ 
Note: See TracChangeset for help on using the changeset viewer.