diff --git a/test_par.py b/test_par.py
index 49d33b955e24ae6f0fb8112477c8eda6b4470c19..94ceb5bc0cd15619851874602725002056b15c58 100644
--- a/test_par.py
+++ b/test_par.py
@@ -7,7 +7,7 @@
 # The resulting .pvd file can be opened using default settings in ParaView
 
 import matplotlib.pyplot as plt
-import mshr as ms
+#import mshr as ms
 import numpy as np
 from scipy.optimize import curve_fit
 import time
@@ -49,7 +49,7 @@ parameters["form_compiler"]["optimize"]     = True
 parameters["form_compiler"]["cpp_optimize"] = True
 # mesh = Mesh('Meshes/te.xdmf')
 mesh = Mesh()
-with XDMFFile("/Users/hubatsch/Desktop/frap_theory/Meshes/box_with_sphere.xdmf") as infile:
+with XDMFFile("/home/hubatsch/frap_theory/Meshes/box_with_sphere.xdmf") as infile:
     infile.read(mesh)
 # domain = ms.Sphere(Point(0, 0, 0), 1.0)
 # mesh = ms.generate_mesh(domain, 100)