Ticket #8708 (closed: fixed)
Fitting and Graphing Bug
Reported by: | Owen Arnold | Owned by: | Nick Draper |
---|---|---|---|
Priority: | critical | Milestone: | Release 3.2 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Anders Markvardsen |
Description
If you create a fit, and then graph the fit result, then rerun the fit, it deletes the plot. This is easily verified by creating a simple linear background fit.
This has been reported by Max Skoda. What he wants to do is simply see the result of the new fit output.
Change History
comment:2 Changed 7 years ago by Owen Arnold
- Priority changed from major to critical
- Milestone changed from Backlog to Release 3.2
Users would very much like this fixed for the next release. Max has just been asking me about this again.
comment:3 Changed 6 years ago by Nick Draper
verified as occuring on Windows (and propbably everywhere else)
comment:4 Changed 6 years ago by Nick Draper
- Status changed from assigned to inprogress
re #8708 remove the explicit delete of workspaces before fitting
Changeset: ae9c22cfc55d5729e9fbaace046eff6c894c4924
comment:5 Changed 6 years ago by Nick Draper
- Owner changed from Roman Tolchenov to Nick Draper
- Status changed from inprogress to verify
- Resolution set to fixed
- Tester set to Anders Markvardsen
Must be tested by Anders
This ticket reverses a change that was part of a large number of changes made in ticket #3790 - Fitted workspaces within the muon interface are grouped.
Done by Robert Whitely in 2011. The whole approach to grouping has been refactored since and it is likely that this code is not needed any more.
However it needs carefull testing specifically using the muon interface, but I will also give a test case here for the general case.
General Case:
- load any workspace, create a plot "plot a" and fit the data (use a linear background or something)
- Create a plot "plot b" from the plot output, the inputdata_workspace workspace.
- Run the fit again after moving the fitting boundary.
- The graph should "plot b" should update, rather than disappaearing.
Muon case:
- You know this better than I, but you need to test out the moun fitting in particular.
comment:7 Changed 6 years ago by Anders Markvardsen
- Status changed from verifying to closed
Merge remote-tracking branch 'origin/feature/8708_graph_windows_vanish_on_refitting'
Full changeset: 880bf72b54f444e50364bd88f10351df7a11e607
bulk move to assigned at the into of the triage step