Skip to content

Commit f2af245

Browse files
committed
More conflict resolution
1 parent e5a358d commit f2af245

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

imagededup/__init__.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
<<<<<<< HEAD
2-
__version__ = '0.3.2'
3-
=======
4-
__version__ = '0.3.3'
5-
>>>>>>> master
1+
__version__ = '0.3.3'

tests/test_cnn.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -892,12 +892,8 @@ def test_find_duplicates_encoding_integration(cnn):
892892
}
893893

894894
encodings = cnn.encode_images(TEST_IMAGE_DIR_MIXED)
895-
<<<<<<< HEAD
896895
with warnings.catch_warnings():
897896
warnings.simplefilter("ignore")
898-
=======
899-
with pytest.warns():
900-
>>>>>>> master
901897
duplicates = cnn.find_duplicates(
902898
encoding_map=encodings, min_similarity_threshold=0.9, scores=True, outfile=False
903899
)

0 commit comments

Comments
 (0)