Changeset 0b8a1fc in sasmodels for sasmodels/model_test.py


Ignore:
Timestamp:
Mar 27, 2019 6:57:52 AM (5 years ago)
Author:
richardh
Branches:
master, ticket-1257-vesicle-product, ticket_1156, ticket_822_more_unit_tests
Children:
facb052
Parents:
d8b7efa
Message:

progressing towards unit test with S(Q)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/model_test.py

    r265c657 r0b8a1fc  
    392392        if par == product.RADIUS_MODE_ID: 
    393393            continue 
     394        if par == product.RADIUS_TYPE_ID: 
     395            continue 
    394396        if par == product.STRUCTURE_MODE_ID: 
     397            continue 
     398        if par == "radius_effective":    # test should not need this?? 
    395399            continue 
    396400        parts = par.split('_pd') 
Note: See TracChangeset for help on using the changeset viewer.