Changeset b297ba9 in sasmodels for sasmodels/models/linear_pearls.py


Ignore:
Timestamp:
Mar 20, 2019 7:03:50 PM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
4e28511
Parents:
0d362b7
Message:

lint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/linear_pearls.py

    r2d81cfe rb297ba9  
    6666 
    6767def random(): 
     68    """Return a random parameter set for the model.""" 
    6869    radius = 10**np.random.uniform(1, 3) # 1 - 1000 
    6970    edge_sep = 10**np.random.uniform(0, 3)  # 1 - 1000 
     
    7677    return pars 
    7778 
    78 """ 
     79_ = """ 
    7980Tests temporarily disabled, until single-double precision accuracy issue solved. 
    8081 
Note: See TracChangeset for help on using the changeset viewer.