Changeset e7fe459 in sasmodels
- Timestamp:
- Aug 4, 2016 11:39:39 PM (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:
- 50ec515
- Parents:
- 4e0968b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/sasview_model.py
r4e0968b re7fe459 334 334 args[p.id] = value 335 335 336 return self._model_info.profile(**args) 336 x, y = self._model_info.profile(**args) 337 return x, 1e-6*y 337 338 338 339 def setParam(self, name, value):
Note: See TracChangeset
for help on using the changeset viewer.