Ticket #5085 (closed: fixed)
SliceViewer: add GUI test and python interface for the dynamically rebinned workspace
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | #4800 | |
Blocking: | Tester: | Michael Reuter |
Description
See #4800. Add tests and python interface functions.
Change History
comment:2 Changed 8 years ago by Janik Zikovsky
Refs #5085: python interface to dynamic rebinning crashes
I suspect it has to do with the threading going on when calling BinMD. Disabled for now
Changeset: 9db217eec1f104548a3369f9e4b1d2f3bef3d501
comment:3 Changed 8 years ago by Janik Zikovsky
Refs #5085: Martyn's fixes for concurrent python fixed these calls
from python to launch an algorithm asynchronously. The problem was that a non-gui thread was launching an observer method in a GUI thread. Something martyn changed fixed this (apparently :) )
Changeset: 164d568492b72823f3c6880a75e9d5e1f756146a
comment:4 Changed 8 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 8 years ago by Janik Zikovsky
Refs #5085: Martyn's fixes for concurrent python fixed these calls
from python to launch an algorithm asynchronously. The problem was that a non-gui thread was launching an observer method in a GUI thread. Something martyn changed fixed this (apparently :) )
Changeset: 164d568492b72823f3c6880a75e9d5e1f756146a
comment:6 Changed 8 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter