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 issue 59. #60

Merged
merged 4 commits into from
Jan 26, 2024
Merged

Fix issue 59. #60

merged 4 commits into from
Jan 26, 2024

Conversation

vnmabus
Copy link
Owner

@vnmabus vnmabus commented Dec 7, 2023

Fixes #59, caused by an integer overflow, by reordering the operands, so that the data is first converted to a floating type.

Adds a test for this behavior.

Fixes an integer overflow by reordering the operands, so that the data
is first converted to a floating type.
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9fd24a0) 92.45% compared to head (bacb6d0) 92.71%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #60      +/-   ##
===========================================
+ Coverage    92.45%   92.71%   +0.25%     
===========================================
  Files           20       20              
  Lines         1471     1482      +11     
===========================================
+ Hits          1360     1374      +14     
+ Misses         111      108       -3     

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

@vnmabus vnmabus merged commit 555dbc9 into develop Jan 26, 2024
15 checks passed
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.

Seemingly incorrect results with int datatype
1 participant