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

feat: peaks block #152

Merged
merged 2 commits into from
Nov 17, 2023
Merged

feat: peaks block #152

merged 2 commits into from
Nov 17, 2023

Conversation

lgrcia
Copy link
Owner

@lgrcia lgrcia commented Nov 17, 2023

No description provided.

@@ -571,6 +572,15 @@ def terminate(self):
)


class Getpeaks(Get):
Copy link
Owner Author

Choose a reason for hiding this comment

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

I don't think this class is useful. Why not simply using a Get block?

@@ -268,17 +274,17 @@ def __init__(

# TODO: document
class Peaks(Block):
def __init__(self, cutout=11, **kwargs):
def __init__(self, shape=11, **kwargs):
Copy link
Owner Author

Choose a reason for hiding this comment

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

Can you add dosctrings for the class?

@lgrcia lgrcia merged commit f66248a into lgrcia:3.3.0 Nov 17, 2023
@lgrcia lgrcia mentioned this pull request Nov 17, 2023
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.

2 participants