From 3d7cbbe5a5f4ccdc584acf93cfbfa678fae57bcd Mon Sep 17 00:00:00 2001
From: Romeo <r.haak@student.ru.nl>
Date: Mon, 16 Dec 2019 14:41:08 +0100
Subject: [PATCH] Removed unnecessary statement

---
 umbra/model.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/umbra/model.py b/umbra/model.py
index b3512047..f5e5eef3 100644
--- a/umbra/model.py
+++ b/umbra/model.py
@@ -37,7 +37,6 @@ class Model:
         for trial in self._shadow_tasks:
             self._stats.analyze(trial)
         self._analysed = True
-        self.create_delay_frame()
 
     def add_task(self, pnr, vnr, condition, source, shadow):
         """ Add a task specifying all the necessary information
-- 
GitLab