Changeset c7ff92c in sasmodels
- Timestamp:
- Jul 19, 2016 10:03:40 AM (8 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:
- d680a2b
- Parents:
- a0494e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/spherical_sld.py
ra0494e9 rc7ff92c 285 285 286 286 def ER(n_shells, radius_core, thick_inter0, thick_inter, thick_flat): 287 n_shells = int(n_shells) 287 288 total_thickness = thick_inter0 288 289 total_thickness += np.sum(thick_inter[:n_shells], axis=0) … … 308 309 309 310 #TODO: Not working yet 311 """ 310 312 tests = [ 311 313 # Accuracy tests based on content in test/utest_extra_models.py … … 322 324 }, 0.001, 0.001], 323 325 ] 326 """
Note: See TracChangeset
for help on using the changeset viewer.