-
Notifications
You must be signed in to change notification settings - Fork 612
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
Small fix for an overly aggressive warning #6707
Conversation
Hello. You may have forgotten to update the changelog!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6707 +/- ##
=======================================
Coverage 99.62% 99.62%
=======================================
Files 476 476
Lines 44740 44740
=======================================
Hits 44571 44571
Misses 169 169 ☔ View full report in Codecov by Sentry. |
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 @austingmhuang, looks good to go.
Context:
Was raising a warning too aggressively.
Description of the Change:
Small change to make sure using numpy with autograd/jax doesn't raise a warning.
Benefits:
Possible Drawbacks:
Related GitHub Issues: