Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Log parser time mean #35093

Merged
merged 16 commits into from
Feb 7, 2023

Conversation

peterfpeterson
Copy link
Member

While walking through code I discovered that LogParser had a parallel implementation of calculating time average mean values. This merges it with the central version in TimeSeriesProperty.

To test:

The existing tests should all still pass.

Refs #34794.

This does not require release notes because it is a refactor to remove duplicate implementations.


Reviewer

Please comment on the following (full description):

Code Review
  • Is the code of an acceptable quality?
  • Does the code conform to the coding standards?
  • Are the unit tests small and test the class in isolation?
  • If there is GUI work does it follow the GUI standards?
  • If there are changes in the release notes then do they describe the changes appropriately?
  • Are the release notes saved in a separate file, using Issue or PR number for file name and in the correct location?
Functional Tests
  • Do changes function as described? Add comments below that describe the tests performed?
  • Do the changes handle unexpected situations, e.g. bad input?
  • Has the relevant (user and developer) documentation been added/updated?

Does everything look good? Mark the review as Approve. A member of @mantidproject/gatekeepers will take care of it.

@peterfpeterson peterfpeterson added this to the Release 6.7 milestone Jan 26, 2023
@github-actions github-actions bot added the Has Conflicts Used by the bot to label pull requests that have conflicts label Jan 30, 2023
@github-actions
Copy link

👋 Hi, @peterfpeterson,

Conflicts have been detected against the base branch. Please rebase your branch against the base branch.

@peterfpeterson peterfpeterson force-pushed the log_parser_time_mean branch 2 times, most recently from 74ce848 to 605f6e5 Compare January 31, 2023 16:35
@github-actions github-actions bot removed the Has Conflicts Used by the bot to label pull requests that have conflicts label Feb 1, 2023
@peterfpeterson peterfpeterson force-pushed the log_parser_time_mean branch 2 times, most recently from cc72ee9 to 82d38f5 Compare February 1, 2023 20:22
jmborr
jmborr previously approved these changes Feb 2, 2023
@github-actions github-actions bot added the Has Conflicts Used by the bot to label pull requests that have conflicts label Feb 3, 2023
@github-actions
Copy link

github-actions bot commented Feb 3, 2023

👋 Hi, @peterfpeterson,

Conflicts have been detected against the base branch. Please rebase your branch against the base branch.

@github-actions github-actions bot added Has Conflicts Used by the bot to label pull requests that have conflicts and removed Has Conflicts Used by the bot to label pull requests that have conflicts labels Feb 3, 2023
@github-actions
Copy link

github-actions bot commented Feb 6, 2023

👋 Hi, @peterfpeterson,

Conflicts have been detected against the base branch. Please rebase your branch against the base branch.

@github-actions github-actions bot removed the Has Conflicts Used by the bot to label pull requests that have conflicts label Feb 6, 2023
@rosswhitfield rosswhitfield merged commit 62face8 into mantidproject:main Feb 7, 2023
@peterfpeterson peterfpeterson deleted the log_parser_time_mean branch February 7, 2023 21:04
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants