Changeset e9b1663d in sasmodels for sasmodels/bumps_model.py


Ignore:
Timestamp:
Mar 23, 2016 3:02:10 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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:
76a9ffe
Parents:
69aa451 (diff), 34edbb8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

pull from master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/bumps_model.py

    r303d8d6 re9b1663d  
    238238        Not Implemented. 
    239239        """ 
     240        if self.data_type == "sesans": 
     241            np.savetxt(basename+".dat", np.array([self._data.x, self.theory()]).T) 
    240242        pass 
    241243 
Note: See TracChangeset for help on using the changeset viewer.