tleonardi / nanocompore

RNA modifications detection from Nanopore dRNA-Seq data
https://nanocompore.rna.rocks
GNU General Public License v3.0
78 stars 12 forks source link

Fixes for failing tests reported in #156 #160

Closed tleonardi closed 3 years ago

tleonardi commented 3 years ago

The KS test in test_nonparametric_test() failed because of changes in the test implementation in scipy (see PR). The failing test was fixed by correcting the expected p-value and updating the scipy version constraints.

tleonardi commented 3 years ago

The implementation of f_oneway() in scipy changed slightly due to the fixes introduced by 5af12cf8a7 (also see the correspondinf PR. The failing test was fixed by correcting the expected p-value