-
Notifications
You must be signed in to change notification settings - Fork 35
module lookup problem #496
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #496 +/- ##
=========================================
+ Coverage 80.78% 80.8% +0.01%
=========================================
Files 26 26
Lines 1931 1933 +2
=========================================
+ Hits 1560 1562 +2
Misses 371 371
Continue to review full report at Codecov.
|
@rjplevin I just tried this out and still get the same error. and try the following:
|
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.
approve! (pending on the tests passing I guess)
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.
Great! Can we open an issue to try to find a more general fix for this? We don't need to sort this out for the workshop, but it seems that we should be able to solve this in some more general way?
Sure. I'll do that now. |
This is a partial fix for module lookup problem that might suffice for the workshop.
It still won't handle nested modules, but we can deal with that next...