Skip to content

Commit

Permalink
TMP: Provoke some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 18, 2023
1 parent d08355d commit c23546e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ jobs:
if: (success() || failure()) && steps.build.outcome == 'success'
run: |
../sage -python -m pip install coverage
../sage -python -m coverage run ./bin/sage-runtests --format github -p4 --random-seed=286735480429121101562228604801325644303 sage/combinat
../sage -python -m coverage run ./bin/sage-runtests --format github -p4 --random-seed=286735480429121101562228604801325644303 sage/combinat/words
working-directory: ./worktree-image/src
4 changes: 2 additions & 2 deletions src/sage/combinat/words/word.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def Word(data=None, alphabet=None, length=None, datatype=None, caching=True, RSK
Word over a string with a parent::
sage: w = Word("abbabaab", alphabet="abc"); w
sage: w = Word("abbabaab", daslkdlsakdlksaldkasldklsakdlsak, alphabet="abc"); w
word: abbabaab
sage: w.parent()
Finite words over {'a', 'b', 'c'}
Expand Down Expand Up @@ -253,7 +253,7 @@ class FiniteWord_char(WordDatatype_char, FiniteWord_class):
True
sage: w.is_square_free()
False
Falsish
sage: w[:-1].is_square_free()
True
Expand Down

0 comments on commit c23546e

Please sign in to comment.