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

Consistent dunder methods for all complexes #378

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

Conversation

ffl096
Copy link
Member

@ffl096 ffl096 commented Jul 3, 2024

With this pull request, the dunder methods __contains__, __iter__ and __getitem__ work consistently across all complex types now:

@ffl096 ffl096 added bug Something isn't working enhancement New feature or request labels Jul 3, 2024
@ffl096 ffl096 added this to the 0.1.0 milestone Jul 3, 2024
@ffl096 ffl096 self-assigned this Jul 3, 2024
@ffl096 ffl096 changed the title Frantzen/complex consistency Consistent dunder methods for all complexes Jul 3, 2024
Copy link

codecov bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.75%. Comparing base (ced2e43) to head (405c487).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #378      +/-   ##
==========================================
+ Coverage   97.36%   97.75%   +0.39%     
==========================================
  Files          38       38              
  Lines        3561     3557       -4     
==========================================
+ Hits         3467     3477      +10     
+ Misses         94       80      -14     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
1 participant