From ef206c3a7651793340318c3b8cdbb3768a65611a Mon Sep 17 00:00:00 2001 From: keleher <keleher@cs.umd.edu> Date: Fri, 30 Aug 2019 10:23:24 -0400 Subject: [PATCH] auto --- project1/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project1/README.md b/project1/README.md index 561b460..9e59b65 100644 --- a/project1/README.md +++ b/project1/README.md @@ -9,9 +9,10 @@ Start by `cd`-ing into `424f19`. Do a `git pull origin master`. You should see a 1. queries.py: The file where to enter your answer; this is the file to be submitted 1. answers.py: The results from correct queries on the small dataset. 1. SQLTesting.py: File to be used for testing your submission -- see below. - +1. Go back into your VM and verify that the new `project` directory is visible. **Note:** The testing will be done on a different, larger dataset. + ### Schema The **flights** dataset contains synthetic air flight data. Specifically it contains the following tables: -- GitLab