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

Commit

Permalink
Trac #17222: remove FSMOldProcessOutput
Browse files Browse the repository at this point in the history
sage.combinat.finite_state_machine.FSMOldProcessOutput has been removed
in #16133.
  • Loading branch information
cheuberg committed Jul 30, 2015
1 parent f50c239 commit 95f02db
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/sage/combinat/fsm_fourier.pyx
Expand Up @@ -77,7 +77,6 @@ Example
....: f(2*n) == f(n),
....: f(0) == 0],
....: 2, f, n)
sage: sage.combinat.finite_state_machine.FSMOldProcessOutput = False
sage: F = FSMFourier(T) # optional - arb
sage: F.FourierCoefficient(0) # optional - arb
-0.1455994557084? + 0.?e-16*I
Expand Down Expand Up @@ -391,7 +390,6 @@ class FSMFourierComponent(SageObject):
EXAMPLES::
sage: sage.combinat.finite_state_machine.FSMOldProcessOutput = False
sage: function('f')
f
sage: var('n')
Expand Down Expand Up @@ -422,7 +420,6 @@ class FSMFourierComponent(SageObject):
EXAMPLE::
sage: sage.combinat.finite_state_machine.FSMOldProcessOutput = False
sage: function('f')
f
sage: var('n')
Expand Down Expand Up @@ -898,7 +895,6 @@ cdef class FSMFourierCache(SageObject):
EXAMPLES::
sage: sage.combinat.finite_state_machine.FSMOldProcessOutput = False
sage: from sage.combinat.fsm_fourier import FSMFourier # optional - arb
sage: T = Transducer([(0, 0, 0, 0), (0, 0, 1, 1)],
....: initial_states=[0],
Expand Down Expand Up @@ -930,7 +926,6 @@ cdef class FSMFourierCache(SageObject):
EXAMPLES::
sage: sage.combinat.finite_state_machine.FSMOldProcessOutput = False
sage: from sage.combinat.fsm_fourier import FSMFourier # optional - arb
sage: T = Transducer([(0, 0, 0, 0), (0, 0, 1, 1)],
....: initial_states=[0],
Expand Down Expand Up @@ -1063,7 +1058,6 @@ cdef class FSMFourierCache(SageObject):
EXAMPLES::
sage: sage.combinat.finite_state_machine.FSMOldProcessOutput = False
sage: from sage.combinat.fsm_fourier import FSMFourier # optional - arb
sage: function('f')
f
Expand Down Expand Up @@ -1151,7 +1145,6 @@ class FSMFourier(SageObject):
- Binary sum of digits::
sage: sage.combinat.finite_state_machine.FSMOldProcessOutput = False
sage: function('f')
f
sage: var('n')
Expand Down Expand Up @@ -1448,7 +1441,6 @@ class FSMFourier(SageObject):
Binary sum of digits::
sage: sage.combinat.finite_state_machine.FSMOldProcessOutput = False
sage: function('f')
f
sage: var('n')
Expand Down Expand Up @@ -1578,7 +1570,6 @@ class FSMFourier(SageObject):
EXAMPLES::
sage: sage.combinat.finite_state_machine.FSMOldProcessOutput = False
sage: from sage.combinat.fsm_fourier import FSMFourier # optional - arb
sage: function('f')
f
Expand Down Expand Up @@ -1637,7 +1628,6 @@ class FSMFourier(SageObject):
....: f(2*n) == f(n),
....: f(0) == 1],
....: 2, f, n))
sage: sage.combinat.finite_state_machine.FSMOldProcessOutput = False
sage: F._H_m_rhs_(CIF(2), 100) # optional - arb
(0.0050250833316668? + 0.?e-18*I)
Expand Down

0 comments on commit 95f02db

Please sign in to comment.