flatironinstitute / deepblast

Neural Networks for Protein Sequence Alignment
BSD 3-Clause "New" or "Revised" License
114 stars 21 forks source link

Smith-waterman test broken #146

Closed mortonjt closed 1 year ago

mortonjt commented 1 year ago

It looks like the TestSmithWatermanDecoder test is failing under test_sw_cuda.py.

https://github.com/flatironinstitute/deepblast/pull/145

blackwer commented 1 year ago

the sw tests are just regression tests, so a bugfix in 81ac6e36 broke this. Will make a PR with updated test soon