Changeset d8b7efa in sasmodels for sasmodels/core.py


Ignore:
Timestamp:
Mar 27, 2019 4:41:11 AM (5 years ago)
Author:
richardh
Branches:
master, ticket-1257-vesicle-product, ticket_1156, ticket_822_more_unit_tests
Children:
0b8a1fc
Parents:
265c657
Message:

more changes to variable names, but now lost radius_effective in S(Q), so this is not working yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/core.py

    rb297ba9 rd8b7efa  
    381381    target = ("sld sld_solvent radius length theta phi" 
    382382              " radius_effective volfraction " 
    383               " structure_factor_mode radius_effective_mode" 
     383              " structure_factor_type effective_radius_type" 
    384384              " A_sld A_sld_solvent A_radius").split() 
    385385    assert target == actual, "%s != %s"%(target, actual) 
Note: See TracChangeset for help on using the changeset viewer.