Skip to content

Commit

Permalink
fixed paths in response figure notebook, updated versions in requirem…
Browse files Browse the repository at this point in the history
…ents.txt
  • Loading branch information
Tom Sasani committed Jul 9, 2019
1 parent f922ffb commit 5856df7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
scipy==1.1.0
scipy==1.2.1
seaborn==0.9.0
matplotlib==2.2.3
numpy==1.14.3
pandas==0.23.0
numpy==1.16.2
pandas==0.24.2
statsmodels==0.9.0
4 changes: 2 additions & 2 deletions notebooks/response_figures.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"set.seed(12345)\n",
"\n",
"# read in third-generation DNMs\n",
"gen3 = read.csv(\"../../dnm-analysis/ceph/manuscript/third_gen.dnms.summary.csv\")\n",
"gen3 = read.csv(\"../data/third_gen.dnms.summary.csv\")\n",
"\n",
"# number of subsampling experiments to perform\n",
"n_sims = 100\n",
Expand Down Expand Up @@ -314,7 +314,7 @@
"library(cowplot)\n",
"\n",
"# read in third-generation DNMs\n",
"gen3 = read.csv(\"../../dnm-analysis/ceph/manuscript/third_gen.dnms.summary.csv\")\n",
"gen3 = read.csv(\"../data/third_gen.dnms.summary.csv\")\n",
"\n",
"orig_df = data.frame()\n",
"\n",
Expand Down

0 comments on commit 5856df7

Please sign in to comment.