Skip to content

Commit b87b526

Browse files
committed
Removed and replace reference to Python generator
1 parent f34c0a8 commit b87b526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Tutorial_Fast_Approximate_Matrix_Profiles.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
"\n",
410410
"## Refining the distance profile\n",
411411
"\n",
412-
"However, we can incrementally update and refine the approximation, by calling our generator again. Below, we call `next` nine more times (i.e., `10 * 0.01 = 0.10`) , so our new approximated matrix profile will be computed using roughly 10% of all pairwise distances in the full distance matrix."
412+
"However, we can incrementally refine the approximation by calling `.update()` nine more times (i.e., `10 * 0.01 = 0.10`) , so our new approximated matrix profile will be computed using roughly 10% of all pairwise distances in the full distance matrix."
413413
]
414414
},
415415
{

0 commit comments

Comments
 (0)