Changeset 265c657 in sasmodels for sasmodels/model_test.py


Ignore:
Timestamp:
Mar 26, 2019 7:24:03 AM (5 years ago)
Author:
richardh
Branches:
master, ticket-1257-vesicle-product, ticket_1156, ticket_822_more_unit_tests
Children:
d8b7efa
Parents:
2464785
Message:

making _mode variables consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/model_test.py

    rb297ba9 r265c657  
    392392        if par == product.RADIUS_MODE_ID: 
    393393            continue 
     394        if par == product.STRUCTURE_MODE_ID: 
     395            continue 
    394396        parts = par.split('_pd') 
    395397        if len(parts) > 1 and parts[1] not in ("", "_n", "nsigma", "type"): 
Note: See TracChangeset for help on using the changeset viewer.