From 8a34d9364223dd4c68ac9c77e088073f2e97f329 Mon Sep 17 00:00:00 2001
From: Joshua Steer <joshua.w.steer@gmail.com>
Date: Thu, 19 Jul 2018 08:08:24 +0100
Subject: [PATCH] Updated GUI imports

---
 GUIs/AmpScanGUI.py          | 3 +--
 GUIs/surrogateModelGUI_2.py | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/GUIs/AmpScanGUI.py b/GUIs/AmpScanGUI.py
index f7f13b8..c6d9607 100644
--- a/GUIs/AmpScanGUI.py
+++ b/GUIs/AmpScanGUI.py
@@ -1,5 +1,4 @@
-import os
-os.chdir('..')
+import AmpScan
 import sys
 import numpy as np
 from vtk.util import numpy_support
diff --git a/GUIs/surrogateModelGUI_2.py b/GUIs/surrogateModelGUI_2.py
index 4c92949..8ea02e0 100644
--- a/GUIs/surrogateModelGUI_2.py
+++ b/GUIs/surrogateModelGUI_2.py
@@ -5,8 +5,7 @@ Created on Tue Oct 10 16:21:12 2017
 @author: js22g12
 """
 
-import os
-os.chdir('..')
+import AmpScan
 import sys
 import copy
 import numpy as np
-- 
GitLab