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

Doc 4 CoinSorter #557

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Doc 4 CoinSorter #557

wants to merge 5 commits into from

Conversation

kochebina
Copy link
Contributor

Documentation for coincidence sorter (simplified version)

fatal(
f"Error, the policy for the Coincidence Sorter must be removeMultiples or "
f"keepAll, while is is '{self.policy}'"
)


def coincidences_sorter(
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe move all following functions into Coincidences class?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I didn't manage to make it work. Keep it this way for the moment

from .base import ActorBase


class Coincidences(ActorBase):
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

from .base import ActorBase


class Coincidences(ActorBase):
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@nkrah nkrah mentioned this pull request Nov 18, 2024
@dsarrut
Copy link
Contributor

dsarrut commented Nov 19, 2024

sorry, there is still misunderstanding of what a class and an Actor is used for. We will discuss together

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.

3 participants