Ticket #5228 (closed: worksforme)

Opened 8 years ago

Last modified 5 years ago

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:1 Changed 8 years ago by Janik Zikovsky

  • Status changed from new to accepted

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.

comment:3 Changed 8 years ago by Mathieu Doucet

  • Status changed from verify to verifying
  • Tester set to Mathieu Doucet

comment:4 Changed 8 years ago by Mathieu Doucet

  • Status changed from verifying to closed

All clear

comment:5 Changed 8 years ago by Mathieu Doucet

  • Milestone changed from Release 2.2 to Release 2.1

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 6074

Note: See TracTickets for help on using tickets.