forked from facebookresearch/CrypTen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [x] Docs change / refactoring / dependency upgrade ## Motivation and Context / Related issue This is a small change that has three targets (in order of importance): * Re-enable two tests that were disabled in an earlier diff. * Setup using the command "python3 setup.py install --user" (see facebookresearch#438) does not work. While users can still use "pip3 install -e ." to install crypten. The small change to enable that alternate mode of installation will not break pip3 installation. * Remove some commented-out text. ## How Has This Been Tested (if it applies) Tested the installation using the two methods mentioned above. For other tests, relying on CI. ## Checklist - [x] The documentation is up-to-date with the changes I made. - [x] I have read the **CONTRIBUTING** document and completed the CLA (see **CONTRIBUTING**). - [x] All tests passed, and additional code has been covered with new tests. Pull Request resolved: facebookresearch#441 Test Plan: All tests in circleci on github have passed. Reviewed By: ashkan-software Differential Revision: D41842233 Pulled By: mohammad-alrubaie fbshipit-source-id: 74fca47b624d525ce730316e458f3ec1de080a30
- Loading branch information
1 parent
891fa47
commit 909df45
Showing
5 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters