Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Fix operators test #169

Merged
merged 1 commit into from
Dec 5, 2016
Merged

Fix operators test #169

merged 1 commit into from
Dec 5, 2016

Conversation

nalimilan
Copy link
Member

Due to a very bad luck, the random number was Int8(-128), for which abs()
is negative and makes the test fail. Ensure this cannot happen.

Due to a very bad luck, the random number was Int8(-128), for which abs()
is negative and makes the test fail. Ensure this cannot happen.
@codecov-io
Copy link

codecov-io commented Dec 4, 2016

Current coverage is 85.89% (diff: 100%)

Merging #169 into master will not change coverage

@@             master       #169   diff @@
==========================================
  Files            14         14          
  Lines           865        865          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            743        743          
  Misses          122        122          
  Partials          0          0          

Powered by Codecov. Last update f530754...7c77eab

@nalimilan nalimilan merged commit 42bb2c6 into master Dec 5, 2016
@nalimilan nalimilan deleted the nl/ops branch December 5, 2016 09:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants