Changeset 0b8a1fc in sasmodels for sasmodels/product.py


Ignore:
Timestamp:
Mar 27, 2019 4: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/product.py

    rd8b7efa r0b8a1fc  
    3636#    ["est_volume_ratio", "", 1.0, [0, np.inf], "", "Estimated volume ratio"], 
    3737#] 
    38  
    39 STRUCTURE_MODE_ID = "structure_factor_type" 
    40 RADIUS_MODE_ID = "effective_radius_type" 
     38# NOTE there are radius_effective_mode, effective_radius_type, but only structure_factor_mode 
     39STRUCTURE_MODE_ID = "structure_factor_mode" 
     40RADIUS_MODE_ID = "radius_effective_mode" 
     41# rkh add this to pass to model_test 
     42RADIUS_TYPE_ID = "effective_radius_type" 
    4143RADIUS_ID = "radius_effective" 
    4244VOLFRAC_ID = "volfraction" 
Note: See TracChangeset for help on using the changeset viewer.