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

Use bool flag in open_operators! #249

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

Use bool flag in open_operators! #249

wants to merge 5 commits into from

Conversation

lukem12345
Copy link
Member

@lukem12345 lukem12345 commented Jun 18, 2024

This is a tiny PR that uses a bool in open_operators! instead of an index, just to be explicit. No behavior should change.

This might be a rare opportunity to use a fall-through switch statement, since all but one case returns true. But of course that's not completely necessary.

We have discovered that some open_operators tests were lost during the DiagrammaticEquations split, and those are now recovered in this PR.

@lukem12345 lukem12345 self-assigned this Jun 18, 2024
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