aernesto / dots-reversal-ideal-obs

Python code that models ideal-observer for dots-reversal task
MIT License
1 stars 1 forks source link

File database.yml not in repo for Dataset_HW.ipynb #5

Open aernesto opened 7 years ago

aernesto commented 7 years ago

@JustinChavez, your Dataset_HW.ipynb file uses a database.yml file that is not in the repo.
What is the purpose of this file?
How will we use it in our project?

JustinChavez commented 7 years ago

Ah my apologies! This is the file that lists the confidential information needed to access the heroku database. I placed it in the .gitignore folder so we don't accidentally commit it to the repository. In doing so, I didn't commit it to the repository so you will need it.

I will send you the file through slack. Just change the information to your specific Heroku Postgres access info as it has dummy data right now. Once you do just plop it into the repository and Dataset_HW.ipynb should work!

Let me know if you need help finding the heroku postgres access information. You can find it in the settings tab of the heroku datastore.

image