Changeset 87edabf in sasmodels


Ignore:
Timestamp:
Jan 27, 2016 4:24:04 AM (8 years ago)
Author:
piotr
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:
37a7252, f94d8a2
Parents:
07a6700
Message:

Fixed a unit test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/mass_fractal.py

    r07a6700 r87edabf  
    9191            radius=10.0, 
    9292            mass_dim=1.9, 
    93             cutoff_length=2.3) 
     93            cutoff_length=100.0) 
    9494 
    9595oldname = 'MassFractalModel' 
     
    100100tests = [ 
    101101         # Accuracy tests based on content in test/utest_other_models.py 
    102          [{'radius':       10.0, 
    103            'mass_dim':      1.9, 
    104            'cutoff_length': 2.3, 
     102         [{'radius':         10.0, 
     103           'mass_dim':        1.9, 
     104           'cutoff_length': 100.0, 
    105105           }, 0.05, 279.59322], 
    106106 
Note: See TracChangeset for help on using the changeset viewer.