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

Commit

Permalink
Trac #17263: 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 8077cbf commit c01b0ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/combinat/fsm_fourier.pyx
Expand Up @@ -1196,7 +1196,6 @@ cdef class FSMFourierCache(SageObject):
....: 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.cache.fluctuation_empirical(10, 12) # optional - arb; tolerance 1e-12
[(3.3219280948873626, -0.1609640474436813),
Expand Down

0 comments on commit c01b0ce

Please sign in to comment.