Changeset d0ccd80f in sasview for src/sas/sascalc/dataloader
- Timestamp:
- Sep 15, 2016 8:38:24 AM (8 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:
- 630155bd
- Parents:
- 5dc01e5
- git-author:
- Jeff Krzywon <krzywon@…> (09/14/16 09:41:14)
- git-committer:
- Piotr Rozyczko <rozyczko@…> (09/15/16 08:38:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sascalc/dataloader/readers/ascii_reader.py
r5dc01e5 rd0ccd80f 171 171 172 172 input_f.close() 173 if not is_data: 174 return None 173 175 # Sanity check 174 176 if has_error_dy == True and not len(ty) == len(tdy):
Note: See TracChangeset
for help on using the changeset viewer.