Skip to content

Commit 857063c

Browse files
committed
Fixed typo
1 parent bc0c7cb commit 857063c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/Tutorial_Multidimensional_Motif_Discovery.ipynb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@
761761
"Instead of returning the smallest average distance, this returns the largest average distance across $k$ dimensions. However, note that we use `np.argmax` in order to focus on discords. This ability to return discords is unique to STUMPY and was not published in the original paper. \n",
762762
"\n",
763763
"<div class=\"alert alert-block alert-danger\">\n",
764-
"<b>Warning:</b> When you use `discord=True` to compute the multi-dimensional matrix profile, you've generated a \"discord-specific\" multi-dimensional matrix profile and, therefore, you must set `discords=True` everywhere. In other words, you can never use this \"discord-specific\" multi-dimensional matrix profile to search for motifs. Instead, you must re-compute a \"motif-specific\" multi-dimensional matrix profile (i.e., by seting `discords=False` everywhere). One must take extra care when using the `discords` parameter.\n",
764+
"<b>Warning:</b> When you use `discord=True` to compute the multi-dimensional matrix profile, you've generated a \"discord-specific\" multi-dimensional matrix profile and, therefore, you must set `discords=True` everywhere. In other words, you can never use this \"discord-specific\" multi-dimensional matrix profile to search for motifs. Instead, you must re-compute a \"motif-specific\" multi-dimensional matrix profile (i.e., by setting `discords=False` everywhere). One must take extra care when using the `discords` parameter.\n",
765765
"</div>\n",
766766
"\n",
767767
"Also note that it is possible to include specific dimensions and search for discords at the same time:\n",
@@ -812,7 +812,14 @@
812812
"name": "python",
813813
"nbconvert_exporter": "python",
814814
"pygments_lexer": "ipython3",
815-
"version": "3.10.8"
815+
"version": "3.11.5"
816+
},
817+
"widgets": {
818+
"application/vnd.jupyter.widget-state+json": {
819+
"state": {},
820+
"version_major": 2,
821+
"version_minor": 0
822+
}
816823
}
817824
},
818825
"nbformat": 4,

0 commit comments

Comments
 (0)