Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Move Gaussian Operation to Use compute_function Style #2060

Merged
merged 2 commits into from
Feb 29, 2024
Merged

Conversation

ashmeigh
Copy link
Collaborator

Issue

Move operations to compute_function style #2051

Description

The project aims to standardize how operations are executed, moving away from using the partial function style towards a more structured compute_function approach. A new static method compute_function has been introduced in gaussian.py. This method the core logic for applying the Gaussian filter directly on a per-slice basis. This modification ensures a clear separation between the setup and execution phases of the operation.

Documentation

not done yet

How have you changed the documentation to reflect your changes? All changes should be noted in the appropriate file in docs/release_notes

@coveralls
Copy link

coveralls commented Feb 23, 2024

Coverage Status

coverage: 74.517% (-0.01%) from 74.528%
when pulling 5b543b9 on gauss_op
into 16acb92 on main.

Copy link
Collaborator

@samtygier-stfc samtygier-stfc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@samtygier-stfc samtygier-stfc added this pull request to the merge queue Feb 29, 2024
Merged via the queue into main with commit 5259f66 Feb 29, 2024
8 checks passed
@samtygier-stfc samtygier-stfc deleted the gauss_op branch February 29, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants