-
Notifications
You must be signed in to change notification settings - Fork 110
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
Make unary "-" work with @tf #467
Conversation
Codecov Report
@@ Coverage Diff @@
## master #467 +/- ##
=====================================
Coverage 48% 48%
=====================================
Files 79 79
Lines 2652 2652
=====================================
Hits 1273 1273
Misses 1379 1379
Continue to review full report at Codecov.
|
Thanks for this. I didn't know it was borked. Can you add a test for this in test/meta.jl Also I am pretty sure it needs a |
Not sure why Travis is segfaulting in the python 3 instances, I'm using python 3 locally and everything related to this PR seems to work. |
I have kicked it to retry. |
The same failure seems to happen since a month. See #435 |
Well fair enough, |
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.
LGTM
As is, it errors because of the
name
keyword when used with@tf
.