Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jeffrey-hokanson/PSDR
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-hokanson committed Apr 19, 2019
2 parents 3f2e8a7 + 606e570 commit f7f6cee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/borehole.ipynb
Expand Up @@ -180,7 +180,7 @@
"metadata": {},
"outputs": [],
"source": [
"X = borehole.sample(1000)\n",
"X = borehole.domain.sample(1000)\n",
"grads = borehole.grad(X)"
]
},
Expand Down Expand Up @@ -226,7 +226,7 @@
"metadata": {},
"outputs": [],
"source": [
"X = borehole.sample(1000)\n",
"X = borehole.domain.sample(1000)\n",
"fX = borehole(X)"
]
},
Expand Down Expand Up @@ -301,14 +301,14 @@
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.16"
"pygments_lexer": "ipython3",
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit f7f6cee

Please sign in to comment.