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

Requirements fix #1

Merged
merged 2 commits into from
Aug 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40,020 changes: 20,010 additions & 20,010 deletions REMARKs/cAndCwithStickyE/Code/Results/RAmarkovFrictionlessData.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
55.74034523580128,3.426661341688186,0.30139608668979356,0.009902705359265032,0.007300381423500987,0.004048885540904637
55.74034523580128,3.426661341688186,0.30139608668979356,0.009902705359265034,0.007300381423500987,0.004048885540904637
40,020 changes: 20,010 additions & 20,010 deletions REMARKs/cAndCwithStickyE/Code/Results/RAmarkovStickyData.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
55.69098757539449,3.42498371365486,0.3008797045721221,0.004871674373629888,0.007305685878208272,0.003889291072792226
55.69098757539448,3.42498371365486,0.3008797045721221,0.004871674373629889,0.007305685878208272,0.003889291072792226
10 changes: 10 additions & 0 deletions REMARKs/cAndCwithStickyE/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Please make sure you have installed the required files as listed in the requirements.txt file. You can do this manually or using pip:

pip install -r requirements.txt

The following files will execute different levels of the code:

do_min.py -- low resources required to run code (RAM and time)
do_mid.py -- medium resources required to run code (RAM and time)
do_all.py -- high resources required to run all code (RAM and time)

49 changes: 0 additions & 49 deletions REMARKs/cAndCwithStickyE/do_all_readme.txt

This file was deleted.

8 changes: 8 additions & 0 deletions REMARKs/cAndCwithStickyE/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
econ-ark
numpy
matplotlib
Sphinx
numpydoc
future
joblib
dill