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

Add sympy.Xor to json_serialization.py #6478

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ikd-sci
Copy link

@ikd-sci ikd-sci commented Feb 26, 2024

No description provided.

@ikd-sci ikd-sci requested review from vtomole, cduck and a team as code owners February 26, 2024 22:25
@ikd-sci ikd-sci requested a review from maffoo February 26, 2024 22:25
@CirqBot CirqBot added the Size: XS <10 lines changed label Feb 26, 2024
@@ -256,6 +256,7 @@ def default(self, o):
sympy.StrictLessThan,
sympy.Equality,
sympy.Unequality,
sympy.Xor,
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we add other boolean operators as well, e.g. sympy.And, sympy.Not, sympy.Or?

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

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.75%. Comparing base (02d29a9) to head (2eea065).
Report is 48 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6478   +/-   ##
=======================================
  Coverage   97.75%   97.75%           
=======================================
  Files        1105     1105           
  Lines       94925    94925           
=======================================
  Hits        92793    92793           
  Misses       2132     2132           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot added the Stale label Apr 20, 2024
@github-actions github-actions bot removed the Stale label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Size: XS <10 lines changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants