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 _string_round for Complex coefficients #3397

Merged
merged 1 commit into from May 30, 2023
Merged

Conversation

odow
Copy link
Member

@odow odow commented May 30, 2023

Closes #3396

@blegat not sure how this slipped through 😆

@codecov
Copy link

codecov bot commented May 30, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01 ⚠️

Comparison is base (8068620) 98.07% compared to head (b21db1a) 98.07%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3397      +/-   ##
==========================================
- Coverage   98.07%   98.07%   -0.01%     
==========================================
  Files          34       34              
  Lines        4928     4927       -1     
==========================================
- Hits         4833     4832       -1     
  Misses         95       95              
Impacted Files Coverage Δ
src/print.jl 99.76% <100.00%> (-0.01%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@blegat
Copy link
Member

blegat commented May 30, 2023

Aouch, not enough tests, I guess :/

@blegat blegat merged commit b4811a8 into master May 30, 2023
12 checks passed
@blegat blegat deleted the od/fix-string-round branch May 30, 2023 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Complex printing is incorrect
2 participants