Skip to content

type check for Integral, bool by value#33

Merged
mmckerns merged 1 commit intomasterfrom
integral
Sep 9, 2024
Merged

type check for Integral, bool by value#33
mmckerns merged 1 commit intomasterfrom
integral

Conversation

@mmckerns
Copy link
Copy Markdown
Member

@mmckerns mmckerns commented Sep 9, 2024

Summary

replace check for isinstance of int with Integral, and isinstance for bool with check for True and False

Checklist

Documentation and Tests

  • Added relevant tests that run with python tests/__main__.py, and pass.
  • Added relevant documentation that builds in sphinx without error.
  • Artifacts produced with the main branch work as expected under this PR.

Release Management

  • Added rationale for any breakage of backwards compatibility.

@mmckerns mmckerns added this to the pygrace-1.5 milestone Sep 9, 2024
@mmckerns mmckerns merged commit ac2a71f into master Sep 9, 2024
@mmckerns mmckerns deleted the integral branch September 9, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant