- Timestamp:
- Mar 25, 2019 11:05:22 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl
- Children:
- 4c11b2a, d4c9242
- Parents:
- 17e6a2b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingUtilities.py
rcf9f39e rb38c8c8 729 729 output_string = "sasview_parameter_values:" 730 730 for parameter in parameters: 731 # recast tuples into strings 732 parameter = [str(p) for p in parameter] 731 733 output_string += ",".join([p for p in parameter if p is not None]) 732 734 output_string += ":"
Note: See TracChangeset
for help on using the changeset viewer.