Skip to content

Commit 0db3195

Browse files
author
Joshua Taillon
committed
Fix small error in big data notebooks
1 parent c1d6877 commit 0db3195

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

notebooks/08 Big data/08 Lazy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@
817817
"name": "python",
818818
"nbconvert_exporter": "python",
819819
"pygments_lexer": "ipython3",
820-
"version": "3.7.3"
820+
"version": "3.7.0"
821821
},
822822
"toc": {
823823
"nav_menu": {},

notebooks/08 Big data/08 Lazy_completed.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -389,10 +389,10 @@
389389
"metadata": {},
390390
"outputs": [],
391391
"source": [
392-
"# The same for `im_navigator`:\n",
393-
"im_navigator = s.sum()\n",
394-
"# Compute the lazy signal `im_navigator`\n",
395-
"im_navigator.compute()"
392+
"# Create the s_navigator by summing over the navigation axes:\n",
393+
"s_navigator = im.sum()\n",
394+
"# Compute the lazy signal `s_navigator`\n",
395+
"s_navigator.compute()"
396396
]
397397
},
398398
{
@@ -830,7 +830,7 @@
830830
"name": "python",
831831
"nbconvert_exporter": "python",
832832
"pygments_lexer": "ipython3",
833-
"version": "3.7.3"
833+
"version": "3.7.0"
834834
},
835835
"toc": {
836836
"nav_menu": {},

0 commit comments

Comments
 (0)