Skip to content
Snippets Groups Projects
Commit 8a6ca374 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Fix test

parent 31a5a7fc
No related branches found
Tags 0.3.7
No related merge requests found
Pipeline #27596 passed with stages
in 1 minute and 44 seconds
......@@ -29,5 +29,5 @@ def test_on_target_predict_size_guide():
for pam in pams:
(pam_val, start_val) = pam
assert (
start_val - pam_val == 2
start_val - pam_val == 3
), "the difference between start and pam position is different than 2"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment