-
Notifications
You must be signed in to change notification settings - Fork 18
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 arithmetic bug #368
fix arithmetic bug #368
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev-master #368 +/- ##
==============================================
- Coverage 17.83% 17.81% -0.03%
==============================================
Files 220 220
Lines 48726 48761 +35
Branches 19923 19955 +32
==============================================
- Hits 8690 8686 -4
- Misses 35841 35871 +30
- Partials 4195 4204 +9 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make corresponding change for Add and Mul
fix #363