-
- Downloads
test(aliby): fix numpy array comparison in test_image
WHY IS THIS CHANGE NEEDED?: - https://git.ecdf.ed.ac.uk/swain-lab/aliby/aliby/-/jobs/56767 failed because ValueError: The truth value of a Array is ambiguous. HOW DOES THE CHANGE SOLVE THE PROBLEM?: - use numpy.array_equal() to compare arrays instead REFERENCES: - issue #53
Please register or sign in to comment