Skip to content
Snippets Groups Projects
Commit 008925c8 authored by mattminder's avatar mattminder
Browse files

typo

parent 94580103
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment