Changeset 21d1031 in sasmodels for sasmodels/models/guinier_porod.py


Ignore:
Timestamp:
Feb 18, 2016 10:46:30 AM (8 years ago)
Author:
Doucet, Mathieu <doucetm@…>
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:
705bcb1
Parents:
1ce6e82
Message:

Fix pylint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/guinier_porod.py

    r1ce6e82 r21d1031  
    105105    q1 = sqrt((n-3.0+m)*n/2.0)/rg 
    106106    if q < q1: 
    107         iq = (1.0/power(q, (3.0-n)))*exp((-q*q*rg*rg)/n)  
     107        iq = (1.0/power(q, (3.0-n)))*exp((-q*q*rg*rg)/n) 
    108108    else: 
    109109        iq = (1.0/power(q, m))*exp(-(n-3.0+m)/2.0)*power(((n-3.0+m)*n/2.0), 
Note: See TracChangeset for help on using the changeset viewer.