Changes in / [bdb653c:2352350] in sasmodels
- Location:
- sasmodels/models
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/adsorbed_layer.py
r54954e1 rf10bc52 89 89 background = 'background') 90 90 91 # these unit test values taken from SasView 3.1.2 91 92 tests = [ 92 93 [{'scale': 1.0, 'second_moment': 23.0, 'adsorbed_amount': 1.9, -
sasmodels/models/mono_gauss_coil.py
r15bd6e7 rf10bc52 86 86 background = 'background') 87 87 88 # these unit test values taken from SasView 3.1.2 88 89 tests = [ 89 [{'scale': 70.0, 'radius_gyration': 75.0, 'background': 0.0},90 [{'scale': 1.0, 'i_zero': 70.0, 'radius_gyration': 75.0, 'background': 0.0}, 90 91 [0.0106939, 0.469418], [57.1241, 0.112859]], 91 92 ]
Note: See TracChangeset
for help on using the changeset viewer.