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
No related tags found
No related merge requests found
Pipeline #27596 passed
...@@ -29,5 +29,5 @@ def test_on_target_predict_size_guide(): ...@@ -29,5 +29,5 @@ def test_on_target_predict_size_guide():
for pam in pams: for pam in pams:
(pam_val, start_val) = pam (pam_val, start_val) = pam
assert ( assert (
start_val - pam_val == 2 start_val - pam_val == 3
), "the difference between start and pam position is different than 2" ), "the difference between start and pam position is different than 2"
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