Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ep_sampler_randomwalk.py
diff options
context:
space:
mode:
authorstrom <strom@vehikel.(none)>2010-05-02 19:04:36 (GMT)
committer strom <strom@vehikel.(none)>2010-05-02 19:04:36 (GMT)
commitf84b965aa7b4a28786b3520671a5d0fd1881cd6d (patch)
tree79be950bc29ee8c2eb9ffb1bd0fac6723c486d89 /ep_sampler_randomwalk.py
parent6416d002a0c99678bc38f1997a9bbc94acd7ead3 (diff)
Added a sampler for iterated function systems.
Diffstat (limited to 'ep_sampler_randomwalk.py')
-rw-r--r--ep_sampler_randomwalk.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/ep_sampler_randomwalk.py b/ep_sampler_randomwalk.py
index db9e2d6..8a474bb 100644
--- a/ep_sampler_randomwalk.py
+++ b/ep_sampler_randomwalk.py
@@ -118,10 +118,7 @@ class RandomWalkSampler(model_allele.Allele):
"""
head = _('Random walk sampler: %d points') \
% (len(self.direction_steps))
- description = ka_utils.explain_points(head, self.get_sample_points())
- return description, \
- None, \
- None
+ return ka_utils.explain_points(head, self.get_sample_points())
def copy(self):
"""A copy constructor.