You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its suggested in the README to use numpy=1.11. But if its updated to a newer version (e.g. 1.15.2) regression tests will fail due to precision differences when outputting floats (e.g. GQ score).
Its suggested in the README to use numpy=1.11. But if its updated to a newer version (e.g. 1.15.2) regression tests will fail due to precision differences when outputting floats (e.g. GQ score).
Example:
`AssertionError: '1\t1158675\t1KG_1_1158675\tC\tCCTT\t.\tPASS\t.\tGT:GQ\t0/0:0.43702784\n' != '1\t1158675\t1KG_1_1158675\tC\tCCTT\t.\tPASS\t.\tGT:GQ\t0/0:0.437028\n'
? - -
Probable solution:
The text was updated successfully, but these errors were encountered: