Ticket #5113 (closed: fixed)
Algorithms started from script don't show progress bar
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | blocker | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Karl Palmen |
Description
Running
data = Load('CNCS_7860_event.nxs')
should show the progress bar but nothing appears
Change History
comment:2 Changed 8 years ago by Martyn Gigg
Move algorithm started notification to execute method. Refs #5113
Previously the started notifications were only emitted if the executeAsync method was called. Python now calls execute from a separate thread of its own so we need the notification for both cases.
Changeset: 5013fe39fd62e017118d5c8d29a7018f382bcdcc
comment:3 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 8 years ago by Martyn Gigg
Move algorithm started notification to execute method. Refs #5113
Previously the started notifications were only emitted if the executeAsync method was called. Python now calls execute from a separate thread of its own so we need the notification for both cases.
Changeset: 5013fe39fd62e017118d5c8d29a7018f382bcdcc