Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The unit test `pads_missing_left()` is failing: https://github.com/nextstrain/nextclade/blob/cc9e817b2195ccc39c1094800857f512ed6ad82f/packages_rs/nextclade/src/align/score_matrix.rs#L241-L294 with this error: https://github.com/nextstrain/nextclade/actions/runs/7477824073/job/20351461502?pr=1377#step:7:398 Probably due to retying on the previous default value of the "gap alignment side" parameter ("right"). So I decided to make 2 tests instead of this one: - `pads_missing_left()` using the default "left" value for "gap alignment side" now got the new expectations. I copied them from the actual result, so they need to be scientifically checked. - `pads_missing_left_with_alignment_gap_right()` retained previous expectations, but is now using "right" in the "gap alignment side". Both tests are passing, but the expectations for the `pads_missing_left()` need to be checked by hand.
- Loading branch information