Skip to content
Snippets Groups Projects
Commit 04e19243 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 0ad0f70e
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,9 @@ def run_all(directory):
print(mfile)
run(mfile, ifile, mod_tiles, img_tiles)
if len(mod_tiles) == 0:
continue
mod_nda = np.stack(mod_tiles)
img_nda = np.stack(img_tiles)
......
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