Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #17263: mark two doctests as optional - arb
Browse files Browse the repository at this point in the history
  • Loading branch information
cheuberg committed Nov 20, 2014
1 parent 9967e27 commit 6acbeaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/combinat/fsm_fourier.pyx
Expand Up @@ -1116,7 +1116,7 @@ cdef class FSMFourierCache(SageObject):
....: f, n, 2)
sage: sage.combinat.finite_state_machine.FSMOldProcessOutput = False
sage: F = FSMFourier(T) # optional - arb
sage: F.cache.fluctuation_empirical(10, 12)
sage: F.cache.fluctuation_empirical(10, 12) # optional - arb
[-0.1609640474436813, -0.18426126386410324]
The following transducer has sum of output `1` for all input. ::
Expand Down Expand Up @@ -1147,7 +1147,7 @@ cdef class FSMFourierCache(SageObject):
The parameter ``start`` must be positive::
sage: F.cache.fluctuation_empirical(0, 2)
sage: F.cache.fluctuation_empirical(0, 2) # optional - arb
Traceback (most recent call last):
...
ValueError: start must be positive.
Expand Down

0 comments on commit 6acbeaa

Please sign in to comment.