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

Commit

Permalink
Removed __call__ = transmit
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lucas committed Apr 23, 2015
1 parent 5f31c5c commit f515e4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sage/coding/channel_constructions.py
Expand Up @@ -224,9 +224,7 @@ def __call__(self, message):
sage: m1 == m2
True
"""
pass

__call__ = transmit
return self.transmit(message)

def input_space(self):
r"""
Expand Down

0 comments on commit f515e4d

Please sign in to comment.