Ticket #3476 (closed: fixed)
Add error output to the Linear algorithm.
Reported by: | Roman Tolchenov | Owned by: | Roman Tolchenov |
---|---|---|---|
Priority: | major | Milestone: | Iteration 30 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Russell Taylor |
Description
I have a script which has
fit_alg = Linear(root, outWS_n, WorkspaceIndex=0, StartX=startX, EndX=endX) A0 = fit_alg.getPropertyValue("FitIntercept") A1 = fit_alg.getPropertyValue("FitSlope")
How do I get the errors on A0 & A1? Spencer Howells
Change History
Note: See
TracTickets for help on using
tickets.
In [13673]: