Changeset 068cebd in sasmodels


Ignore:
Timestamp:
Feb 18, 2016 11:00:33 AM (8 years ago)
Author:
mathieu
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:
f0aa7f8
Parents:
652a78a
Message:

Fix pylint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/vesicle.py

    r216fa6d r068cebd  
    6060""" 
    6161 
    62 import numpy as np 
    6362from numpy import pi, inf 
    6463 
     
    131130# NOTE: test results taken from values returned by SasView 3.1.2 
    132131tests = [[{}, 0.0010005303255, 17139.8268799], 
    133          [{}, 0.200027832249, 0.130387268704 ], 
     132         [{}, 0.200027832249, 0.130387268704], 
    134133         [{}, 'ER', 130.], 
    135134         [{}, 'VR', 0.54483386436], 
Note: See TracChangeset for help on using the changeset viewer.