-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix test suite failure when no tf wheel #291
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #291 +/- ##
===========================================
+ Coverage 87.65% 87.77% +0.12%
===========================================
Files 58 58
Lines 3322 3322
===========================================
+ Hits 2912 2916 +4
+ Misses 410 406 -4 |
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 -- thanks for fixing this
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 -- thanks for fixing this
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 -- thanks for fixing this
Just a quick question on this -- is it worth noting in the change log that we fixed this bug? |
Certainly couldn't hurt in case anyone user was running into this issue. I'll throw in a quick mention |
Resolves test module
test_dbmodel.py
using symbols from a TF import statement that may not be present at test time (e.g. if a user installs w/o ml backends and then runsmake test-full
)