Ticket #6300 (closed: worksforme)
History scripts from the fit browers were not working
Reported by: | Roman Tolchenov | Owned by: | Nick Draper |
---|---|---|---|
Priority: | major | Milestone: | Release 3.3 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Anders Markvardsen |
Description (last modified by Nick Draper) (diff)
Previous title:Input workspaces set via shared pointers are not recorded in history Should we change it?
The problem for the users here is that history scripts from the fit browers were not working as they missed the workspace name out.
The quick fix for this is to set the input ws by name rather than shared pointer. This is possible for everything other than tables.
Change History
comment:1 Changed 8 years ago by Nick Draper
- Status changed from new to assigned
- Owner set to Roman Tolchenov
- Description modified (diff)
- Summary changed from Input workspaces set via shared pointers are not recorded in history to History scripts from the fit browers were not working
comment:2 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.4 to Release 2.5
Moved at the code freeze for release 2.4
comment:6 Changed 7 years ago by Nick Draper
- Milestone changed from Release 2.6 to Backlog
Moved to backlog at the code freeze for R2.6
comment:7 Changed 7 years ago by Nick Draper
- Status changed from new to assigned
Bulk move to assigned at the introduction of the triage step
comment:8 Changed 6 years ago by Nick Draper
- Description modified (diff)
shown to work with the following history script
LoadRaw(Filename='\\isis\inst$\ndxtosca\instrument\data\cycle_09_1\TSC10464.raw', OutputWorkspace='TSC10464') Fit(Function='name=Gaussian,Height=227414,PeakCentre=40142.5,Sigma=0;name=LinearBackground,A0=-896.516,A1=0.0246113', InputWorkspace='TSC10464', OutputStatus='success', OutputChi2overDoF=5797.9266552305198, Output='TSC10464', OutputCompositeMembers=True, WorkspaceIndex=140, StartX=33491.686460807599, EndX=51306.413301662709, OutputNormalisedCovarianceMatrix='TSC10464_NormalisedCovarianceMatrix', OutputParameters='TSC10464_Parameters', OutputWorkspace='TSC10464_Workspace')
comment:9 Changed 6 years ago by Nick Draper
- Owner changed from Roman Tolchenov to Nick Draper
- Status changed from assigned to verify
- Resolution set to worksforme
comment:12 Changed 6 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
comment:13 Changed 6 years ago by Anders Markvardsen
- Status changed from verifying to closed
Attached script workforme also. Tried another example also created from mantidplot and fit history there and re-run-able
comment:14 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 7146