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

fix an OverflowError when showing pl.UInt64 values #300

Merged
merged 1 commit into from
Jul 3, 2024
Merged

fix an OverflowError when showing pl.UInt64 values #300

merged 1 commit into from
Jul 3, 2024

Conversation

mwouts
Copy link
Owner

@mwouts mwouts commented Jun 25, 2024

Closes #299

Copy link

Thank you for making this pull request.

Did you know? You can try it on Binder: Binder:lab.

Also, the version of ITables developed in this PR can be installed with pip:

pip install git+https://github.com/mwouts/itables.git@fix_299

(this requires nodejs, see more at Developing ITables)

@mwouts mwouts force-pushed the fix_299 branch 2 times, most recently from 6e0898b to 661f758 Compare June 25, 2024 20:16
@codecov-commenter
Copy link

codecov-commenter commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.19%. Comparing base (a2044f4) to head (21aa76c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #300   +/-   ##
=======================================
  Coverage   96.19%   96.19%           
=======================================
  Files          27       27           
  Lines        1182     1183    +1     
=======================================
+ Hits         1137     1138    +1     
  Misses         45       45           

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

@mwouts mwouts force-pushed the fix_299 branch 2 times, most recently from 21aa76c to bbf095e Compare July 3, 2024 22:26
@mwouts mwouts merged commit dfe261c into main Jul 3, 2024
27 checks passed
@mwouts mwouts deleted the fix_299 branch July 3, 2024 22:27
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.

OverflowError: can't convert negative int to unsigned
2 participants