Ticket #7098 (closed: fixed)
Error in slice view peaks list
Reported by: | Peter Peterson | Owned by: | Peter Peterson |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.5.3 |
Component: | Mantid | Keywords: | PatchCandidate,Released |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Reuter |
Description
When frequently updating peaks workspaces with information, the slice viewer will exhibit a particular bug. The columns "Itens" and "SigInt" will show the exact same numbers if the peaks workspace is added and removed in order to update the peak information.
Change History
comment:1 Changed 7 years ago by Peter Peterson
- Status changed from new to accepted
- Owner changed from Owen Arnold to Peter Peterson
comment:2 Changed 7 years ago by Peter Peterson
Re #7098. Fixed copy-paste error in SliceView peaks display.
Changeset: da5a9582d87edec94cf682d7dde62bad92f209a4
comment:3 Changed 7 years ago by Peter Peterson
Re #7098. Fixed copy-paste error in SliceView peaks display.
Changeset: 8cb569604c189cd194e7b93f0877ececc9f463a2
comment:4 Changed 7 years ago by Peter Peterson
- Status changed from accepted to verify
- Resolution set to fixed
This is in bugfix/7098_slice_view_peaks_list.
To test: either look at the changed source (one line) or integrate a peaks workspace and see (in the slice viewer) that the Intensity and SigmaIntensity columns are different.
comment:5 Changed 7 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
comment:6 Changed 7 years ago by Michael Reuter
- Status changed from verifying to reopened
- Resolution fixed deleted
Need to run git checkbuild on this branch again.
comment:8 Changed 7 years ago by Peter Peterson
- Status changed from accepted to verify
- Resolution set to fixed
comment:11 Changed 7 years ago by Michael Reuter
- Status changed from verifying to closed
Looking at the code, the sigma column no longer points to the same peak function as intensity and it now points to the correct function.
comment:12 Changed 7 years ago by Peter Peterson
Re #7098. Fixed copy-paste error in SliceView peaks display.
Changeset: 32a8945f93bb71ee8de9a944d1cf1a74ae1ccd99
comment:14 Changed 7 years ago by Nick Draper
- Keywords PatchCandidate,Released added; PatchCandidate removed
comment:15 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 7944