Skip to content

Commit

Permalink
Fix data path of tutorial for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simnh committed Jun 19, 2019
1 parent 9667d99 commit cd04e5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/tutorials/model-from-tabular-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
"\n",
"# datapath for input data from the oemof tabular pacakge\n",
"datapath = os.path.join(\n",
" pkg.resource_filename(\"oemof.tabular\", \"\").replace(\n",
" \"/oemof/tabular\", \"\"\n",
" ),\n",
" pkg.resource_filename(\"oemof.tabular\", \"\"),\n",
" \"data/data.xls\",\n",
")\n",
"\n",
Expand Down
File renamed without changes.

0 comments on commit cd04e5a

Please sign in to comment.