-
Notifications
You must be signed in to change notification settings - Fork 4
make check fails at test_bt.sh and eigen 3.3.1 #37
Copy link
Copy link
Open
Description
make check fails when I try compile ProbABEL against EIGEN 3.3.1.
I looks like a simple rounding error, but since the data is the same (only file format changes) it is at least a bit odd.
2c2
< rs7247199 GAC A 0.5847 0.415 0.9299 0.8666 200 0.333517 19 204938 544.518 437.583 -567.388 435.04 1.75239
---
> rs7247199 GAC A 0.5847 0.415 0.9299 0.8666 200 0.333517 19 204938 544.518 437.583 -567.387 435.04 1.75239
BT check (2df model): prob vs. prob_fv FAILED
To reproduce run from within the ProABEL folder:
wget https://bitbucket.org/eigen/eigen/get/3.3.1.tar.bz2
tar -xf 3.3.1.tar.bz2
./configure --with-eigen-include-path=$(pwd)/eigen-eigen-f562a193118d/ --disable-latex-doc &&make clean && make -j 4 && make check
/checks/test_bt.sh verbose
Reactions are currently unavailable