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

AttributeError: 'MultipartProblem' object has no attribute 'check' (data_viz_to_coder) #131

Open
SamProell opened this issue Apr 30, 2019 · 2 comments

Comments

@SamProell
Copy link

Hi,
not sure if this is the right spot to provide feedback. I can't find a suitable way over on kaggle.
Anyways, i startet working through the Data Visualization: From Non-Coder to Coder Micro-Course on kaggle and get the following Error in the first exercise:

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-24-15ba42341748> in <module>()
      2 brazil_rank = 3.0
      3 # Check your answer
----> 4 step_3.check()

AttributeError: 'MultipartProblem' object has no attribute 'check'

I think there is a mismatch between the version hosted on kaggle and the current version of this repository (Step 3 on github is plotting the data, on kaggle it's reviewing the data).

Btw, i really like the learntools idea :)

@german1608
Copy link

I'm having the same issue.

@franpog859
Copy link

I created new issue for that and then I noticed that it's already there :D I will copy the body and close my issue to avoid duplicates

Description:

In the Data Visualization: from Non-Coder to Coder tutorial in the first exercise (Exercise: Hello, Seaborn) in the third step (Review the data) the step_3.check() does not work
Also step_4.a.check() and step_4.b.check() does not work correctly. If it's changed to step_3.a.check() and step_3.b.check() it works good. step_3 still points to the fourth step - Plot the data

I think it could be the problem provided in this commit. As far as I can see it adds the "Review the data" step

What should be done:

Checking, hinting and solving provided problems works correctly in all tutorial exercise steps

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

3 participants