Skip to content

Commit

Permalink
Misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Jan 25, 2024
1 parent 19e5950 commit 7405fcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion binder/data_requirement.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"src": "https://github.com/rrsg2020/analysis/releases/download/v1/rrsg-2020-neurolibre.zip",
"src": "10.5281/zenodo.8419805",
"dst": "../data",
"projectName": "rrsg2020-note"
}
2 changes: 1 addition & 1 deletion content/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
" os.remove(os.path.join(dir_name, item))\n",
"elif build == 'archive':\n",
" if os.path.isdir(Path('../data')):\n",
" data_path = ['../data/rrsg-2020-neurolibre']\n",
" data_path = ['../data/rrsg-2020-note']\n",
" else:\n",
" # define data requirement path\n",
" data_req_path = os.path.join(\"..\", \"binder\", \"data_requirement.json\")\n",
Expand Down
3 changes: 2 additions & 1 deletion content/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ matplotlib
numpy
scipy
plotly
markdown
markdown
repo2data==2.9.1

0 comments on commit 7405fcb

Please sign in to comment.