Re: [getdata-devel] GetData-0.9.2 released.
Scientific Database Format
Brought to you by:
ketiltrout
|
From: D. V. W. <dv...@ke...> - 2016-03-25 02:23:06
|
On Thu, Mar 24, 2016 at 05:10:27PM -0700, D. V. Wiebe wrote: > > "Hi, > > according to our build system, the test which was broken on BE systems, > > now broken on intel 32bits. > > > > [ 902s] E.m[0] = -9.25596534238386e+61 (expected 3.1) > > [ 902s] FAIL: alter_entry_scalar3r > > [ 902s] PASS: alter_entry_scalar4 > > > > Build outlook you can see on OBS [1] > > Thanks for the report. I've been able to reproduce the problem here > I'll take a look. > > Thanks for the report, > -don It's the test that's now broken. The library is fine. I've committed the following fix: === CUT ==== CUT ==== CUT ==== CUT ==== CUT ==== CUT ==== CUT ==== --- test/alter_entry_scalar3r.c (revision 1053) +++ test/alter_entry_scalar3r.c (revision 1054) @@ -50,7 +50,7 @@ n = gd_entry(D, "data", &E); CHECKI(n,0); - CHECKF(E.EN(lincom,m)[0], 3.1); + CHECKF(E.EN(recip,dividend), 3.1); CHECKP(E.scalar[0]); gd_free_entry_strings(&E); === CUT ==== CUT ==== CUT ==== CUT ==== CUT ==== CUT ==== CUT ==== Cheers, -don -- Don Wiebe dv...@ph... Department of Physics and Astronomy University of British Columbia Hennings 204 6224 Agricultural Road Tele: +1-604-822-2585 University Endowment Lands, BC Canada V6T 1Z1 http://ketiltrout.net/ |