Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 committed Feb 27, 2024
1 parent 06f3583 commit 4687b9c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions responsibleai_vision/tests/test_image_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ def test_get_all_exif_feature_names(self):
exif_feature_names = get_all_exif_feature_names(image_dataset)
assert len(exif_feature_names) == 10 if platform.system() == "Linux" \
else 11
assert set(exif_feature_names) == \
set(['Orientation', 'ExifOffset', 'ImageWidth', 'GPSInfo',
'Model', 'DateTime', 'YCbCrPositioning', 'ImageLength',
'ResolutionUnit', 'Software', 'Make'])

def test_generate_od_error_labels(self):
true_y = np.array([[[3, 142, 257, 395, 463, 0]],
Expand Down

0 comments on commit 4687b9c

Please sign in to comment.