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

Fix output NaNs and event names #93

Draft
wants to merge 3 commits into
base: development
Choose a base branch
from
Draft

Conversation

astroJeff
Copy link
Contributor

Updated branch from @celiotine and me. We have adjusted events to clarify that they are _start and _end and adjusted the flowchart to correspond.

if binary.event in ["oCE2", "oDoubleCE2"]:
binary.event = "oMerging2"
if double_CE:
binary.event = 'DCE_merger'
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe make it obvious it is at the onset/start of the process of merging (not just in general a merger product), by making it "DCE_merger_start", consistent with your implementation of "*_start" in this PR

if double_CE:
binary.event = 'DCE_merger'
else:
binary.event = 'CE_merger'
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here, CE_merger_start (or CE_merging_start)

@ssbvr ssbvr marked this pull request as draft July 20, 2023 14:07
@mkruckow
Copy link
Collaborator

Update (March 28): @astroJeff , it looks like stalling, hence please get back to work on it or consider to close the PR.

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