Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Individual Assignment 4 mentions the
results
folder, but it doesn't exist in the repo by default.The analysis script in the template does create the folder to output the data and figures, but it can be a cause of confusion.
This PR creates a
results/.gitkeep
file so theresults
folder exists in the repository. We discussed this file in class when we talked about.gitignore
and how git does not track empty folders.This file could also be a
README.md
file with a note that says this is where results are stored, so let me know if this is a more preferred change.https://ubc-dsci.github.io/dsci-310-student/individual_assignment4#step-2