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/mass_surface_fractal.py

    r71b751d rb297ba9  
    9696 
    9797def random(): 
     98    """Return a random parameter set for the model.""" 
    9899    fractal_dim = np.random.uniform(0, 6) 
    99100    surface_portion = np.random.uniform(0, 1) 
     
    122123tests = [ 
    123124 
    124     # Accuracy tests based on content in test/utest_other_models.py  All except first, changed so rg_cluster is the larger, RKH 30 May 2018 
     125    # Accuracy tests based on content in test/utest_other_models.py  All 
     126    # except first, changed so rg_cluster is the larger, RKH 30 May 2018 
    125127    [{'fractal_dim_mass':   1.8, 
    126128      'fractal_dim_surf':   2.3, 
Note: See TracChangeset for help on using the changeset viewer.