You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the GenerateEventsFilter when the user determines the the function will always determine the run end time with proton time but not the run end time or last event time, even these are specified in the function options.
Steps to Reproduce:
One has to remove the proton time or change to desired value in the workspace to change the end time in GenerateEventsFilter.
Problem Description:
In the GenerateEventsFilter when the user determines the the function will always determine the run end time with proton time but not the run end time or last event time, even these are specified in the function options.
Steps to Reproduce:
One has to remove the proton time or change to desired value in the workspace to change the end time in GenerateEventsFilter.
Investigation/Analysis Results:
In the associate function definition as in
https://github.com/mantidproject/mantid/blob/929450b9d01488869be7a5c1fa6f2774bcbfd325/Framework/Algorithms/src/GenerateEventsFilter.cpp#L1776
In the comments, it is clearly denoted as,
/** Find run end time. Here is how the run end time is defined ranked from
*/
But in the code, the logic flows of the following if's overrides the previous ones.
The text was updated successfully, but these errors were encountered: