aboutsummaryrefslogtreecommitdiff
path: root/rumba/testbeds/local.py
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2018-03-27 16:40:59 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2018-03-28 16:41:40 +0200
commite694075c7fdcc9c4579d55b792da7a1391401b35 (patch)
treecc75c83e5ef17133c2f9e754be3eb0ebee4d6984 /rumba/testbeds/local.py
parenta1bddf0ab2cd7bee30b1f0dc1575c0b8c532e157 (diff)
downloadrumba-e694075c7fdcc9c4579d55b792da7a1391401b35.tar.gz
rumba-e694075c7fdcc9c4579d55b792da7a1391401b35.zip
testbeds, prototypes, model: Add docstrings
This adds docstrings for methods of in the testbeds, prototypes and certain things in the model.
Diffstat (limited to 'rumba/testbeds/local.py')
-rw-r--r--rumba/testbeds/local.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rumba/testbeds/local.py b/rumba/testbeds/local.py
index 068ee03..f7b505d 100644
--- a/rumba/testbeds/local.py
+++ b/rumba/testbeds/local.py
@@ -61,7 +61,7 @@ class Testbed(mod.Testbed):
logger.info("Experiment swapped in")
- def swap_out(self, experiment):
+ def _swap_out(self, experiment):
"""
Does not actually swap the experiment out.