Changeset 749b715 in sasview for src/sas/sascalc/dataloader/data_info.py
- Timestamp:
- Oct 27, 2017 6:28:17 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- b3e8629
- Parents:
- 9e54199
- git-author:
- Adam Washington <rprospero@…> (10/27/17 06:28:17)
- git-committer:
- Piotr Rozyczko <piotr.rozyczko@…> (10/27/17 06:28:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/dataloader/data_info.py
r9e6aeaf r749b715 775 775 clone.meta_data = deepcopy(self.meta_data) 776 776 clone.errors = deepcopy(self.errors) 777 clone.isSesans = self.isSesans 777 778 778 779 return clone
Note: See TracChangeset
for help on using the changeset viewer.