Skip to content
Snippets Groups Projects
Commit 0f30c66d authored by Arin Wongprommoon's avatar Arin Wongprommoon
Browse files

test(aliby): fix argument logic in test_image

WHY IS THIS CHANGE NEEDED?:
- https://git.ecdf.ed.ac.uk/swain-lab/aliby/aliby/-/jobs/56762 failed
  because TypeError: compute() takes 1 positional argument but 2 were given

HOW DOES THE CHANGE SOLVE THE PROBLEM?:
- corrected a stupid typo: compute() is a function that takes no
  arguments that gives out an array, and i want to index that array

REFERENCES:
- issue #53
parent dee08188
No related branches found
No related tags found
Loading
Loading
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