Changeset b151003 in sasmodels for sasmodels/model_test.py


Ignore:
Timestamp:
Apr 14, 2016 10:57:32 AM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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:
391ea92, dd7fc12
Parents:
0ce5710 (diff), 7abcc59 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/master' into polydisp

Conflicts:

sasmodels/model_test.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/model_test.py

    r7ae2b7f rb151003  
    4343Precision defaults to 5 digits (relative). 
    4444""" 
    45 #TODO: rename to tests so that tab completion works better for models directory 
    46  
    4745from __future__ import print_function 
    4846 
     
    197195            # type: () -> None 
    198196            smoke_tests = [ 
     197                # test validity at reasonable values 
    199198                ({}, 0.1, None), 
    200199                ({}, (0.1, 0.1), None), 
     200                # test validity at q = 0 
     201                #({}, 0.0, None), 
     202                #({}, (0.0, 0.0), None), 
     203                # test that ER/VR will run if they exist 
    201204                ({}, 'ER', None), 
    202205                ({}, 'VR', None), 
Note: See TracChangeset for help on using the changeset viewer.