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

Missing test.ipynb #34

Closed
brahmwindeler opened this issue Dec 26, 2016 · 3 comments
Closed

Missing test.ipynb #34

brahmwindeler opened this issue Dec 26, 2016 · 3 comments

Comments

@brahmwindeler
Copy link

brahmwindeler commented Dec 26, 2016

The steps that were added to the CarND Lesson 2 to use this repository (Finding Lane Lines - Run Some Code) indicate that there should be a test.ipynb that should be run after the environment is set up to test it:

2. Launch the Jupyter notebook with Anaconda or Docker.
# Anaconda
source activate carnd-term1 # If currently deactivated, i.e. start of a new terminal session
jupyter notebook test.ipynb
...
3. Go to http://localhost:8888/notebooks/test.ipynb in your browser and run all the cells. Everything should execute without error.

This file seems to be missing.

@robsf
Copy link

robsf commented Dec 27, 2016

I had the same problem. However, poking around the CarND-Term1-Starter-Kit page I found a test.ipynb file and downloaded. I can't find the file now on the page (had to reboot my computer - something else I was doing hung my machine), but I'm attaching it here (had to zip in order to attach). When I try to open it in Jupyter, I get a non-JSON error, but I can open it in Chrome and grab the contents.
Hope this helps.
test.zip

@domluna
Copy link
Contributor

domluna commented Dec 28, 2016

Are you sure you downloaded this repo https://github.com/udacity/CarND-Term1-Starter-Kit-Test? The names are quite similar so that could be the confusion.

  1. Clone and navigate to the starter kit test repository.
git clone https://github.com/udacity/CarND-Term1-Starter-Kit-Test.git
cd CarND-Term1-Starter-Kit-Test

@brahmwindeler
Copy link
Author

Good catch! Even after you posted the link I had to double check the names. I missed the "-Test" at the end of the name. That was the issue.

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