Ticket #5228 (closed: worksforme)
StartLiveData processing and post-processing conflict
Reported by: | Mathieu Doucet | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Release 2.1 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Mathieu Doucet |
Description
The processing step and post processing step seems to share the same underlying algorithm if the same algorithm is picked for both.
Try this:
- Pick an algorithm and use it for both processing and post-processing
- Set the properties to different values for processing and post-processing. (In my case I want to call the same algorithm with a PostProcess flag turned ON)
- The algorithm will be run with the property values set on the post-processing tab for both processing and post-processing.
Change History
comment:2 Changed 8 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to worksforme
There was a bit of confusion because of the names of the workspaces and the fact that the algorithm input history is shared between the two tabs (See #5235 for this last issue).
The two algorithm inputs ARE different, try e.g. the RunPythonScript algorithm with a simple "print 'pre'" code.
Note: See
TracTickets for help on using
tickets.