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

Commit

Permalink
Added ticket number to experimental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lucas committed May 1, 2016
1 parent cd86b18 commit 5e18f8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/coding/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@
sage: E = C.encoder()
sage: D = C.decoder()
sage: Chan = channels.StaticErrorRateChannel(C.ambient_space(), D.decoding_radius())
sage: codes.Benchmark(E, D, Chan)
sage: B = codes.Benchmark(E, D, Chan)
doctest:...: FutureWarning: This class/method/function is marked as
experimental. It, its functionality or its interface might change
without a formal deprecation.
See http://trac.sagemath.org/PLEASE_CHANGE for details.
See http://trac.sagemath.org/20526 for details.
"""

Expand Down Expand Up @@ -215,7 +215,7 @@ class Benchmark(SageObject):

_super_id = 0

@experimental(trac_number=42042)
@experimental(trac_number=20526)
def __init__(self, encoder=None, decoder=None, channel=None, identifier=None):
r"""
TESTS:
Expand Down

0 comments on commit 5e18f8c

Please sign in to comment.