Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify tests to ignore hidden files #131

Merged
merged 1 commit into from
Dec 21, 2020
Merged

Modify tests to ignore hidden files #131

merged 1 commit into from
Dec 21, 2020

Conversation

tanujjain
Copy link
Collaborator

WHAT

Following two tests were failing (locally) as they didn't account for .DS_Store file on mac:

  1. test_data_generator.py/test_recursive_image_files
  2. test_data_generator.py/test_recursive_disabled_by_default

FIX

Modify tests to ignore hidden files '.DS_Store' that are automatically created on mac by the Finder application.

@tanujjain tanujjain merged commit 2911cc1 into dev Dec 21, 2020
@tanujjain tanujjain deleted the fix/tests branch December 21, 2020 13:30
tanujjain added a commit that referenced this pull request Oct 14, 2022
…ngs (#175)

* Bump version to 0.2.4.

* Update builtin.h (#123)

* Update readme to reflect changes in TF 2.1.

* Bump version to 0.2.4. (#122)

* Update builtin.h

respelled keyword as taking to some malicious site.

Co-authored-by: Dat Tran <[email protected]>
Co-authored-by: Tanuj Jain <[email protected]>

* Add recursive option in encode_image() (#104)

* Update tests for new recursive option

* Add recursive option

to the following functions:
encode_image()
find_duplicates()
find_duplicates_to_remove()

Recusive is off by default.

* Add tests for recursive option

* Modify tests to ignore hidden files '.DS_Store' that are automatically created on mac by the Finder application. (#131)

* Port CNN to pytorch, other major changes (#173)

* Add feature generation with mobilenet v3.

* Integrate multi image encoding generation in CNN class.

* Update tests to adhere to new cnn embeddings as well as new hashes generated.

* Change antialias resampling to lanczos as antialias is deprecated and maps to lanczos in latest pillow versions. Also fix tests to adapt cnn scores, hashes.

* Clean up code to consolidate preprocessing in one place.

* Add tests for data generator.

* Update documentation to reflect the changes occurring due to the use of pytorch mobilenet v3 instead of tensorflow mobilenetv2.

* Update readme to remove tensorflow specifics.

* Update version for Pillow to be minimum 9.0 (released beginning of Jan 2022). Also update description to reflect python version support.

* Update requirements.txt and do some cleanup.

* Update travis and azure-pipelines os versions.

Co-authored-by: danidavid <[email protected]>
Co-authored-by: Dat Tran <[email protected]>
Co-authored-by: Emilv2 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant