NanoComp / libctl

Guile-based library implementing flexible control files for scientific simulations
GNU General Public License v2.0
18 stars 23 forks source link

debian i386 test failure #41

Open stevengj opened 5 years ago

stevengj commented 5 years ago

https://buildd.debian.org/status/fetch.php?pkg=libctl&arch=i386&ver=4.3.0-1&stamp=1557425610&raw=0 is seeing:

FAIL: test-prism
================

point inclusion: 0/10000 points failed (4 adjusted)
1/1000 segments failed
FAIL test-prism (exit status: 1)

with libctl 4.3.

cc @HomerReid

stevengj commented 5 years ago

I can reproduce if I simply run the test a lot of times:

for i in `seq 1 1000`; do utils/test-prism; done

so it looks like there is a small probability of test failure, maybe due to some roundoff error.

anthmanni commented 4 years ago

@stevengj any luck resolving this issue?