-
Notifications
You must be signed in to change notification settings - Fork 23
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
✨ Add function to detect if non-operational status is due to wire kink #587
✨ Add function to detect if non-operational status is due to wire kink #587
Conversation
Signed-off-by: GitHub Actions <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
Signed-off-by: GitHub Actions <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
…_func' into add_non_operational_due_to_kinks_func
Signed-off-by: GitHub Actions <[email protected]>
Signed-off-by: GitHub Actions <[email protected]>
…_func' into add_non_operational_due_to_kinks_func
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
bindings/pyfiction/include/pyfiction/algorithms/simulation/sidb/is_operational.hpp
Show resolved
Hide resolved
Signed-off-by: GitHub Actions <[email protected]>
Signed-off-by: GitHub Actions <[email protected]>
Signed-off-by: GitHub Actions <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
@Drewniok sorry I was too fast with the approval. Once you fixed the CI, we can merge though 🙂 |
@marcelwa Some other changes were necessary due to some mistakes I made. It would be great if you could go through it again. Thank you very much! 🙏 |
…_func' into add_non_operational_due_to_kinks_func
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks mostly great. I noticed a few small things. Could you also please add a CHANGELOG entry?
…_func' into add_non_operational_due_to_kinks_func
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
Description
This PR adds a function that determines if the layout is non-operational due to kinks.
Checklist: