Skip to content
Snippets Groups Projects
Verified Commit e0c1b985 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix signature of count_multiplicities

parent bc4eafd9
No related branches found
No related tags found
No related merge requests found
Pipeline #49980 failed
......@@ -67,7 +67,7 @@ end
# multiplicities
sorted_hits = sort(hits, by=h->h.t)
sort!(sorted_hits, by=h->h.dom_id)
mtps, mtp_ids = NeRCA.count_multiplicities(sorted_hits, 10)
mtps, mtp_ids = NeRCA.count_multiplicities(sorted_hits; tmax=10)
@test (1, 1) == (mtps[1], mtp_ids[1])
@test (2, 2) == (mtps[2], mtp_ids[2])
@test (2, 2) == (mtps[3], mtp_ids[3])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment