Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for pool-leap-15.3:aarch64
openSUSE:Leap:15.0:Rings:1-MinimalX
gsl
rstat_test.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rstat_test.patch of Package gsl
Author: Patrick Alken Date: Tue Jun 20 10:27:06 CEST 2017 Index: gsl-2.4/rstat/test.c =================================================================== --- gsl-2.4.orig/rstat/test.c +++ gsl-2.4/rstat/test.c @@ -127,7 +127,7 @@ main() { const size_t N = 2000000; double *data = random_data(N, r); - double data2[] = { 4.0, 7.0, 13.0, 16.0 }; + double data2[] = { 4.0, 7.0, 13.0, 16.0, -5.0 }; size_t i; test_basic(2, data, tol1); @@ -139,10 +139,10 @@ main() test_basic(1500000, data, tol1); test_basic(2000000, data, tol1); - for (i = 0; i < 4; ++i) + for (i = 0; i < 5; ++i) data2[i] += 1.0e9; - test_basic(4, data2, tol1); + test_basic(5, data2, tol1); free(data); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor