From 008925c8b508fdefa6280202961f064db5571c49 Mon Sep 17 00:00:00 2001
From: mattminder <myfiles@vpn-251-030.epfl.ch>
Date: Wed, 13 May 2020 11:30:14 +0200
Subject: [PATCH] typo

---
 disk/InteractionDisk_temp.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/disk/InteractionDisk_temp.py b/disk/InteractionDisk_temp.py
index e796c18..6e57a28 100644
--- a/disk/InteractionDisk_temp.py
+++ b/disk/InteractionDisk_temp.py
@@ -482,7 +482,7 @@ class Reader:
         """
 
         file = h5py.File(self.predictname, 'r+') 
-        if not self.TestTimeExist(currentT, currentFOV):
+        if not self.TestTimeExist(currentT, currentFOV, file):
             im = self.LoadOneImage(currentT, currentFOV)
             im = skimage.exposure.equalize_adapthist(im)
             im = im*1.0;	
-- 
GitLab