-
Notifications
You must be signed in to change notification settings - Fork 277
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
fixes 487 #564
base: master
Are you sure you want to change the base?
fixes 487 #564
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
H/T to @Salehbigdeli for fixing the issue. I created a new PR because I could not push to the existing PR in #488. @jph00 can you take a look at this? |
Thank you! The fastcore CI test can be ignored -- that was my fault and it's fixed now. Can you check the nbdev integration test? Does this PR change the behavior in a user-facing way? |
@jph00 I don't think the PR changes the behavior in a user facing way. The integration test fails due to a missing statement in
The variable
should be
So the functions that don't have a specific return type, should they have a returns in the |
I think it must be this PR that's causing the test failure. Other PRs to fastcore the last few days haven't triggered it, and this PR is changing the anno result for 'returns' to an empty string. Could you possibly take a closer look? |
Hi @jph00, I tried to make sense of the failing test case, but I can't understand how is anno result and return is being populated 😅 |
This PR is a continuation of the previous PR #488. The PR closes #487 and closes #488.