notebooks: correction of typos
* tests/python/_partitioned_relabel.ipynb, tests/python/_product_weak.ipynb, tests/python/acc_cond.ipynb, tests/python/aliases.ipynb, tests/python/automata.ipynb, tests/python/cav22-figs.ipynb, tests/python/contains.ipynb, tests/python/decompose.ipynb, tests/python/formulas.ipynb, tests/python/games.ipynb, tests/python/highlighting.ipynb, tests/python/ltsmin-dve.ipynb, tests/python/parity.ipynb, tests/python/product.ipynb, tests/python/satmin.ipynb, tests/python/stutter-inv.ipynb, tests/python/synthesis.ipynb, tests/python/twagraph-internals.ipynb, tests/python/word.ipynb, tests/python/zlktree.ipynb: here
This commit is contained in:
parent
858629dd3a
commit
6dc11b4715
20 changed files with 242 additions and 82 deletions
|
|
@ -1819,7 +1819,7 @@
|
|||
"autslen = len(auts)\n",
|
||||
"# In a previous version we used to iterate over all possible left automata with \"for left in auts:\"\n",
|
||||
"# however we had trouble with Jupyter on i386, where running the full loop abort with some low-level \n",
|
||||
"# exeptions from Jupyter client. Halving the loop helped for some times, but then the timeout\n",
|
||||
"# exceptions from Jupyter client. Halving the loop helped for some times, but then the timeout\n",
|
||||
"# came back. So we do one left automaton at a time.\n",
|
||||
"left = auts[0]\n",
|
||||
"display(left)\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue