JuliaStats / NullableArrays.jl

DEPRECATED Prototype of the new JuliaStats NullableArrays package
Other
35 stars 21 forks source link

Fix operators test #169

Closed nalimilan closed 7 years ago

nalimilan commented 7 years ago

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 commented 7 years ago

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