Skip to content

Commit

Permalink
Update tests/test_buddycheck.py
Browse files Browse the repository at this point in the history
Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
  • Loading branch information
zoeduan and egrace479 authored Jul 27, 2024
1 parent 6e9a6f9 commit ced10d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_buddycheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def test_check_alignment_no_matching(self):

def test_check_alignment_checksums_only(self):
source_df = pd.read_csv(self.img_source_file.name)
checksum_df = pd.read_csv(self.checksum_source_file.name).drop(columns=['filename'])
checksum_df = pd.read_csv(self.checksum_source_file.name)
merged_df = self.buddy_check.merge_on_checksum(source_df, checksum_df, 'checksum')
missing_imgs = self.buddy_check.check_alignment(source_df, merged_df)
self.assertIsNone(missing_imgs)
Expand Down

0 comments on commit ced10d5

Please sign in to comment.