Changeset b8e5e21 in sasmodels for sasmodels/compare_many.py


Ignore:
Timestamp:
Mar 16, 2016 8:22:29 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:
28da77d
Parents:
667a6f2
Message:

had structure_factor, has_2d and variants to info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/compare_many.py

    r17bbadd rb8e5e21  
    109109 
    110110    if is_2d: 
    111         partype = model_info['partype'] 
    112         if not partype['orientation'] and not partype['magnetic']: 
     111        if not model_info['has_2d']: 
    113112            print(',"1-D only"') 
    114113            return 
Note: See TracChangeset for help on using the changeset viewer.