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

iterable comparison #1332

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

iterable comparison #1332

wants to merge 3 commits into from

Conversation

casperdcl
Copy link
Sponsor Member

  • allow tqdm(iterable0) <=> iterable1
  • update tests
  • bump pre-commit hooks

@codecov
Copy link

codecov bot commented Jun 18, 2022

Codecov Report

Merging #1332 (49dcf2a) into master (05e3d32) will decrease coverage by 1.76%.
The diff coverage is 75.00%.

@@            Coverage Diff             @@
##           master    #1332      +/-   ##
==========================================
- Coverage   80.58%   78.82%   -1.77%     
==========================================
  Files          26       26              
  Lines        1736     1757      +21     
  Branches      320      332      +12     
==========================================
- Hits         1399     1385      -14     
- Misses        287      316      +29     
- Partials       50       56       +6     

@casperdcl casperdcl force-pushed the compare-list branch 2 times, most recently from da7bbe2 to 9841d97 Compare June 18, 2022 10:17
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.

AttributeError: 'list' object has no attribute '_comparable'
1 participant