Changeset 4932fdd in sasmodels


Ignore:
Timestamp:
Feb 17, 2016 5:33:46 AM (8 years ago)
Author:
wojciech
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:
2fb1d88
Parents:
9244430
Message:

Line model - pylint cleaned-up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/line.py

    r3eb3312 r4932fdd  
    6666    #TODO: Instrcution tels 2D has different deffinition than oher models 
    6767    #return  Iq(qy,*args)*Iq(qy,*args) 
    68     return  Iq(qx*cos(qy), *args)*Iq(qx*sin(qy), *args) 
     68    return  Iq(qx, *args)*Iq(qy, *args) 
    6969 
    7070Iqxy.vectorized = True # Iqxy accepts an array of qx, qy values 
Note: See TracChangeset for help on using the changeset viewer.