Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
12 lines
364 B
Diff
12 lines
364 B
Diff
--- a/match/src/FullDTW.h
|
|
+++ b/match/src/FullDTW.h
|
|
@@ -83,7 +83,7 @@
|
|
* against the best-matching subsequence of s1; otherwise it is
|
|
* against the whole of s1.
|
|
*/
|
|
- std::vector<size_t> align(const featureseq_t &s1,
|
|
+ std::vector<std::size_t> align(const featureseq_t &s1,
|
|
const featureseq_t &s2);
|
|
|
|
private:
|