Changeset 87edabf in sasmodels
- Timestamp:
- Jan 27, 2016 4:24:04 AM (9 years ago)
- 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:
- 37a7252, f94d8a2
- Parents:
- 07a6700
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/mass_fractal.py
r07a6700 r87edabf 91 91 radius=10.0, 92 92 mass_dim=1.9, 93 cutoff_length= 2.3)93 cutoff_length=100.0) 94 94 95 95 oldname = 'MassFractalModel' … … 100 100 tests = [ 101 101 # Accuracy tests based on content in test/utest_other_models.py 102 [{'radius': 10.0,103 'mass_dim': 1.9,104 'cutoff_length': 2.3,102 [{'radius': 10.0, 103 'mass_dim': 1.9, 104 'cutoff_length': 100.0, 105 105 }, 0.05, 279.59322], 106 106
Note: See TracChangeset
for help on using the changeset viewer.