-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Fix return dtype for matutils.unitvec
according to input dtype. Fix #1722
#1992
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
82b8d17
matutils.unitvec bug
o-P-o 834b042
matutils.unitvec fix tests
o-P-o cf463b2
unitvec equal input and return types
o-P-o 5656835
Update and rename test_unitvec to test_unitvec.py
o-P-o 406ed66
Update matutils.py
o-P-o e71afcd
Update matutils.py
o-P-o fe36408
Update test_unitvec.py
o-P-o 50d011c
Update and rename gensim/test_unitvec.py to gensim/test/test_matutils.py
o-P-o f1a40ac
Merge branch 'develop' into develop
o-P-o ead451f
Update matutils.py
o-P-o ae03291
Update test_matutils.py
o-P-o cab90a8
Update test_matutils.py
o-P-o 141833d
Update following review
o-P-o 218fe42
Update: attempt to solve Travis errors
o-P-o 5fd1004
Update test_matutils.py
o-P-o 80628c0
Update matutils.py
o-P-o 768226b
Update matutils.py
o-P-o 438f763
Update test_matutils.py
o-P-o f73076a
Addressing travis errors
o-P-o cd50529
Remove unnecessary dtype assignment
o-P-o 11b0dde
return_norm statements for array instance case
o-P-o 2e86529
Update test_matutils.py
o-P-o 30d6284
Reduce line repetition
o-P-o d9cfb0d
Reduce repeated lines
o-P-o 2e8eca1
Update test_matutils.py
o-P-o 6beec75
Remove some redundant code from unitvec
o-P-o 365a722
UnitvecTestCase update
o-P-o 9327f68
Small typo fix
o-P-o a42cf38
Trailing white-space fix for Travis
o-P-o 1078bdd
Improve code quality and remove no-op
o-P-o File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for reorganizing the tests! Looks much better now IMO