Skip to content

Commit

Permalink
Merge pull request #12 from Raj-Lab-UCSF/public
Browse files Browse the repository at this point in the history
added path append for binder
  • Loading branch information
axiezai committed Nov 4, 2019
2 parents 4c4cac8 + c26fbfb commit 3d1e9e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spectrome/notebooks/SGM_frequency_responses.ipynb
Expand Up @@ -13,6 +13,10 @@
"metadata": {},
"outputs": [],
"source": [
"# this path append is for binder only\n",
"import sys\n",
"sys.path.append(\"../../\")\n",
"\n",
"#spectrome modules\n",
"from spectrome.forward import runforward\n",
"from spectrome.utils import functions, path, generate\n",
Expand Down
4 changes: 4 additions & 0 deletions spectrome/notebooks/run_model.ipynb
Expand Up @@ -27,6 +27,10 @@
"metadata": {},
"outputs": [],
"source": [
"# this path append is for binder only\n",
"import sys\n",
"sys.path.append(\"../../\")\n",
"\n",
"#spectrome modules\n",
"from spectrome.forward import runforward\n",
"from spectrome.utils import functions, path\n",
Expand Down

0 comments on commit 3d1e9e0

Please sign in to comment.