From c01b0cef2c1db1f459dca11fadf5c10ab6323d57 Mon Sep 17 00:00:00 2001 From: Clemens Heuberger Date: Thu, 30 Jul 2015 08:23:32 +0200 Subject: [PATCH] Trac #17263: remove FSMOldProcessOutput sage.combinat.finite_state_machine.FSMOldProcessOutput has been removed in #16133. --- src/sage/combinat/fsm_fourier.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sage/combinat/fsm_fourier.pyx b/src/sage/combinat/fsm_fourier.pyx index d84f879ae87..462dd936a9f 100644 --- a/src/sage/combinat/fsm_fourier.pyx +++ b/src/sage/combinat/fsm_fourier.pyx @@ -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),