From 64782b938b12a9c0f7b7bb7a152091f62e4db3a6 Mon Sep 17 00:00:00 2001 From: Vincenzo Maffione Date: Mon, 6 Feb 2017 21:33:04 +0100 Subject: rhumba: realize --> swap_in, fix double definition in IRATI class --- ouroboros_support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ouroboros_support.py') diff --git a/ouroboros_support.py b/ouroboros_support.py index 8631ad0..aca1f5f 100644 --- a/ouroboros_support.py +++ b/ouroboros_support.py @@ -51,7 +51,7 @@ class OuroborosExperiment(rhumba.Experiment): def run(self): print("[Ouroboros experiment] start") print("Creating resources...") - self.realize() + self.swap_in() print("Setting up Ouroboros...") self.setup_ouroboros() print("Binding names...") -- cgit v1.2.3