Syncleus / aparapi

The New Official Aparapi: a framework for executing native Java and Scala code on the GPU.
http://aparapi.com
Apache License 2.0
466 stars 59 forks source link

test: fixed JtpRangeIdsTest to test for correct results, no longer ignored #109

Closed freemo closed 6 years ago

freemo commented 6 years ago

Just updated the values to what we currently get. Should help secure regression if nothing else.

freemo commented 6 years ago

This should bring issue #94 up to speed and let us close it... I'll let @CoreRasurae comment before i merge it in.

codecov-io commented 6 years ago

Codecov Report

Merging #109 into master will increase coverage by 5.75%. The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #109      +/-   ##
============================================
+ Coverage     47.09%   52.84%   +5.75%     
- Complexity      901     1094     +193     
============================================
  Files            58       58              
  Lines          9747     9743       -4     
  Branches       1593     1589       -4     
============================================
+ Hits           4590     5149     +559     
+ Misses         4691     4082     -609     
- Partials        466      512      +46