Skip to content

Commit

Permalink
Fix logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Reese committed Aug 21, 2024
1 parent bca7a25 commit 4058e3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def test_all_by_all_similarity_with_custom_ic_map(self):
if s.object_id == VACUOLE and s.subject_id == ENDOMEMBRANE_SYSTEM:
self.assertEqual(s.ancestor_information_content, 0)
else:
raise ValueError(f"Did not get similarity for got {s.object_id} and {s.subject_id}")
pass

def test_semsimian_object_cache(self):
start_time = timeit.default_timer()
Expand Down

0 comments on commit 4058e3c

Please sign in to comment.