Skip to content
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

A mistake in section 10.5.4 "Rendering the data" of the book #23

Closed
jiahong-fu opened this issue Sep 21, 2020 · 1 comment
Closed

A mistake in section 10.5.4 "Rendering the data" of the book #23

jiahong-fu opened this issue Sep 21, 2020 · 1 comment

Comments

@jiahong-fu
Copy link

# In[7]:
%matplotlib inline
from p2ch10.vis import findNoduleSamples, showNodule
noduleSample_list = findNoduleSamples()
error: cannot import name 'findPositiveSampls' from 'chapter10.vis'


Because the p2ch10.vis does not contain findNoduleSamples and showNodule.
correction:
# In[7]:
%matplotlib inline
from p2ch10.vis import findPositiveSamples, showCandidate
positiveSample_list = findPositiveSamples()

@elistevens
Copy link
Member

This one has me stumped, since I see the same change you suggest in my source files for the book, committed back in January 2020. I'm not sure how the old code didn't get updated when the book went to print six months later.

Thank you for reporting this; I'll update the errata and let the publisher know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants