sabiharustam / voltcycle

This is the repository for Direct group project
MIT License
1 stars 7 forks source link

Keep data in local repos and don't upload to GitHub #1

Open ccurtis7 opened 5 years ago

ccurtis7 commented 5 years ago

It is best practice to not upload datasets to GitHub (datasets may not have open source license, datasets may be too big and exceed GitHub's storage limits, keep datasets and software separate) other than maybe an example dataset for users to test out your code.

I would recommend sharing datasets with team members privately instead of uploading them to GitHub. Not a hard rec, but something to consider.

sabiharustam commented 5 years ago

Thanks! The data here is Jaime's experimental data. The reason we kept the data here is to make it easier for everyone who is developing the code to have the whole sets of different plots to try on. We will remove the dataset once all the functions are written.