Skip to content

Commit

Permalink
Merge pull request #44 from matheuscfernandes/master
Browse files Browse the repository at this point in the history
commiting some last changes to files
  • Loading branch information
matheuscfernandes committed Dec 9, 2015
2 parents 29fc3f7 + 78cfd30 commit 9e713bb
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions testing/Matt/velocity_inletAndBC_python.ipynb
Expand Up @@ -59,9 +59,21 @@
"metadata": {
"collapsed": false
},
"outputs": [],
"outputs": [
{
"ename": "ImportError",
"evalue": "cannot import name python",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mImportError\u001b[0m Traceback (most recent call last)",
"\u001b[0;32m<ipython-input-5-ab11bf29a95c>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0mLB_D2Q9\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mpython\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0mpip\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
"\u001b[0;31mImportError\u001b[0m: cannot import name python"
]
}
],
"source": [
"from LB_D2Q9 import pipe as pip"
"from LB_D2Q9 import python as pip"
]
},
{
Expand Down

0 comments on commit 9e713bb

Please sign in to comment.