Skip to content

Commit

Permalink
Fix path to file in example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed May 14, 2019
1 parent 022474c commit 3aad6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"metadata": {},
"outputs": [],
"source": [
"proj = omfvista.load_project('../assets/test_file.omf')\n",
"proj = omfvista.load_project('assets/test_file.omf')\n",
"proj"
]
},
Expand Down

0 comments on commit 3aad6be

Please sign in to comment.