We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c581f7 commit a394193Copy full SHA for a394193
1 file changed
machine_learning/t_stochastic_neighbour_embedding.py
@@ -154,5 +154,5 @@ def main() -> None:
154
plt.show()
155
156
if __name__ == "__main__":
157
- # doctest.testmod()
+ doctest.testmod()
158
main()
0 commit comments